diff options
Diffstat (limited to 'tests/ui/hygiene/cross-crate-glob-hygiene.stderr')
-rw-r--r-- | tests/ui/hygiene/cross-crate-glob-hygiene.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/hygiene/cross-crate-glob-hygiene.stderr b/tests/ui/hygiene/cross-crate-glob-hygiene.stderr index 7369e77d0..1abc739fc 100644 --- a/tests/ui/hygiene/cross-crate-glob-hygiene.stderr +++ b/tests/ui/hygiene/cross-crate-glob-hygiene.stderr @@ -6,6 +6,6 @@ LL | let x = my_struct!(create); | = note: this error originates in the macro `my_struct` (in Nightly builds, run with -Z macro-backtrace for more info) -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0422`. |