]> git.proxmox.com Git - rustc.git/blobdiff - tests/ui/lint/lint-removed-cmdline.stderr
New upstream version 1.75.0+dfsg1
[rustc.git] / tests / ui / lint / lint-removed-cmdline.stderr
index ebfae34ade92f07afdd5cb04b7a871f46b903631..6b76ad3b578c7daaf99072efee126886fa98203a 100644 (file)
@@ -6,10 +6,12 @@ warning: lint `raw_pointer_derive` has been removed: using derive with raw point
 warning: lint `raw_pointer_derive` has been removed: using derive with raw pointers is ok
    |
    = note: requested on the command line with `-D raw_pointer_derive`
+   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
 
 warning: lint `raw_pointer_derive` has been removed: using derive with raw pointers is ok
    |
    = note: requested on the command line with `-D raw_pointer_derive`
+   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
 
 error: unused variable: `unused`
   --> $DIR/lint-removed-cmdline.rs:13:17