]> git.lizzy.rs Git - rust.git/commitdiff
disable test for downgrading mutability on extract
authorVladyslav Katasonov <cpud47@gmail.com>
Wed, 3 Feb 2021 14:46:57 +0000 (17:46 +0300)
committerVladyslav Katasonov <cpud47@gmail.com>
Wed, 3 Feb 2021 14:46:57 +0000 (17:46 +0300)
crates/assists/src/handlers/extract_function.rs

index 218529fcf17fe4b8789a84fa8f743787467d5492..66c5cdb8f66389a8a11c7982c3c968a915257171 100644 (file)
@@ -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(