]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/deduplicate-diagnostics.deduplicate.stderr
Rollup merge of #66648 - crgl:btree-clone-from, r=Amanieu
[rust.git] / src / test / ui / deduplicate-diagnostics.deduplicate.stderr
index 1acfce506229f522f4bd21a5937b853272f4e62e..5df2c687bddc2ea78b7712f4b3e79bc6dfa1f73b 100644 (file)
@@ -1,8 +1,15 @@
+error[E0452]: malformed lint attribute input
+  --> $DIR/deduplicate-diagnostics.rs:8:8
+   |
+LL | #[deny("literal")]
+   |        ^^^^^^^^^ bad attribute argument
+
 error: cannot find derive macro `Unresolved` in this scope
   --> $DIR/deduplicate-diagnostics.rs:4:10
    |
 LL | #[derive(Unresolved)]
    |          ^^^^^^^^^^
 
-error: aborting due to previous error
+error: aborting due to 2 previous errors
 
+For more information about this error, try `rustc --explain E0452`.