mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
disable test for downgrading mutability on extract
This commit is contained in:
parent
88b3034636
commit
f0d2bb9131
1 changed files with 3 additions and 0 deletions
|
@ -944,6 +944,9 @@ impl S {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// it is unclear if this is wanted behaviour
|
||||||
|
// and how this behavour can be implemented
|
||||||
|
#[ignore]
|
||||||
#[test]
|
#[test]
|
||||||
fn method_with_mut_downgrade_to_shared() {
|
fn method_with_mut_downgrade_to_shared() {
|
||||||
check_assist(
|
check_assist(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue