]> git.proxmox.com Git - rustc.git/blobdiff - tests/ui/error-codes/E0602.stderr
New upstream version 1.74.1+dfsg1
[rustc.git] / tests / ui / error-codes / E0602.stderr
index 2b37226334586ed018f41b35c9ed65f922a86b9a..60ecec7cdd7c5f876b04ed3e1b578da3467c54d5 100644 (file)
@@ -1,11 +1,16 @@
-error[E0602]: unknown lint: `bogus`
+warning[E0602]: unknown lint: `bogus`
    |
    = note: requested on the command line with `-D bogus`
+   = note: `#[warn(unknown_lints)]` on by default
 
-error[E0602]: unknown lint: `bogus`
+warning[E0602]: unknown lint: `bogus`
    |
    = note: requested on the command line with `-D bogus`
 
-error: aborting due to 2 previous errors
+warning[E0602]: unknown lint: `bogus`
+   |
+   = note: requested on the command line with `-D bogus`
+
+warning: 3 warnings emitted
 
 For more information about this error, try `rustc --explain E0602`.