disable test for downgrading mutability on extract

This commit is contained in:
Vladyslav Katasonov 2021-02-03 17:46:57 +03:00
parent 88b3034636
commit f0d2bb9131

View File

@ -944,6 +944,9 @@ impl S {
);
}
// 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(