]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/span/multispan-import-lint.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / span / multispan-import-lint.stderr
index a54c86cdb0fdfff90865754d4f1ae74cc7d95bfa..4faa9e128d19a67790e89ac6e84fb764d3cfb445 100644 (file)
@@ -4,7 +4,7 @@ warning: unused imports: `Eq`, `Ord`, `PartialEq`, `PartialOrd`
 LL | use std::cmp::{Eq, Ord, min, PartialEq, PartialOrd};
    |                ^^  ^^^       ^^^^^^^^^  ^^^^^^^^^^
    |
-note: lint level defined here
+note: the lint level is defined here
   --> $DIR/multispan-import-lint.rs:3:9
    |
 LL | #![warn(unused)]