]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/path-lookahead.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / path-lookahead.stderr
index caf9e8303ea37b4005f1dcf26d17df36198afed2..62b3b507e1d26241096fa3ea60a0fd48665e50f1 100644 (file)
@@ -4,7 +4,7 @@ warning: unnecessary parentheses around `return` value
 LL |   return (<T as ToString>::to_string(&arg));
    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
    |
-note: lint level defined here
+note: the lint level is defined here
   --> $DIR/path-lookahead.rs:3:9
    |
 LL | #![warn(unused_parens)]