diff options
| author | Alex Macleod <alex@macleod.io> | 2023-10-04 18:34:50 +0000 |
|---|---|---|
| committer | Alex Macleod <alex@macleod.io> | 2023-10-05 01:04:41 +0000 |
| commit | 5453a9f34d21bdd1031d58b68fcd6a92adc82108 (patch) | |
| tree | 341eb587ea1a886e92f4104340c1616330753732 /tests/ui/conditional-compilation | |
| parent | 2ffeb4636b4ae376f716dc4378a7efb37632dc2d (diff) | |
| download | rust-5453a9f34d21bdd1031d58b68fcd6a92adc82108.tar.gz rust-5453a9f34d21bdd1031d58b68fcd6a92adc82108.zip | |
Add a note to duplicate diagnostics
Diffstat (limited to 'tests/ui/conditional-compilation')
| -rw-r--r-- | tests/ui/conditional-compilation/cfg-attr-syntax-validation.stderr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/conditional-compilation/cfg-attr-syntax-validation.stderr b/tests/ui/conditional-compilation/cfg-attr-syntax-validation.stderr index d5b4349c00f..12557ff6360 100644 --- a/tests/ui/conditional-compilation/cfg-attr-syntax-validation.stderr +++ b/tests/ui/conditional-compilation/cfg-attr-syntax-validation.stderr @@ -74,6 +74,7 @@ LL | #[cfg(feature = $expr)] LL | generate_s10!(concat!("nonexistent")); | ------------------------------------- in this macro invocation | + = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no` = note: this error originates in the macro `generate_s10` (in Nightly builds, run with -Z macro-backtrace for more info) error: aborting due to 11 previous errors |
