]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/traits/issue-77982.rs
:arrow_up: rust-analyzer
[rust.git] / src / test / ui / traits / issue-77982.rs
index 03d4fe23cc5bcff87004cfeed8144971e3320d70..f5be6cf21c1cc3dd24a72f1374d7cbfc2900e1a8 100644 (file)
@@ -6,6 +6,7 @@ fn what() {
     let opt = String::new();
 
     opts.get(opt.as_ref()); //~ ERROR type annotations needed
+    //~^ ERROR type annotations needed
 }
 
 fn main() {