]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/unconstrained-none.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / unconstrained-none.stderr
index 0590a1dfb856519df6d224d9b8ee61269eba2d5f..34d524abed9edf8fe3cbcc26094ce422ec10fd82 100644 (file)
@@ -1,9 +1,9 @@
 error[E0282]: type annotations needed
   --> $DIR/unconstrained-none.rs:14:5
    |
-14 |     None; //~ ERROR type annotations needed [E0282]
+LL |     None; //~ ERROR type annotations needed [E0282]
    |     ^^^^ cannot infer type for `T`
 
 error: aborting due to previous error
 
-If you want more information on this error, try using "rustc --explain E0282"
+For more information about this error, try `rustc --explain E0282`.