mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
disable test for downgrading mutability on extract
This commit is contained in:
@@ -944,6 +944,9 @@ fn $0fun_name(&mut self) {
|
||||
);
|
||||
}
|
||||
|
||||
// it is unclear if this is wanted behaviour
|
||||
// and how this behavour can be implemented
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn method_with_mut_downgrade_to_shared() {
|
||||
check_assist(
|
||||
|
||||
Reference in New Issue
Block a user