]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/associated-types/associated-types-unconstrained.rs
feat(rustdoc): open sidebar menu when links inside it are focused
[rust.git] / src / test / ui / associated-types / associated-types-unconstrained.rs
index 99424836ece2f3e22a9ecb5d0040c69d5e1219c8..b97d4af184f92f5c48887d3a19a9c01538e18637 100644 (file)
@@ -12,5 +12,5 @@ fn bar() -> isize { 42 }
 
 pub fn main() {
     let x: isize = Foo::bar();
-    //~^ ERROR type annotations required
+    //~^ ERROR type annotations needed
 }