diff options
Diffstat (limited to 'tests/ui/on-unimplemented/feature-gate-on-unimplemented.stderr')
-rw-r--r-- | tests/ui/on-unimplemented/feature-gate-on-unimplemented.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/on-unimplemented/feature-gate-on-unimplemented.stderr b/tests/ui/on-unimplemented/feature-gate-on-unimplemented.stderr index a4b33963f..45ef22f44 100644 --- a/tests/ui/on-unimplemented/feature-gate-on-unimplemented.stderr +++ b/tests/ui/on-unimplemented/feature-gate-on-unimplemented.stderr @@ -6,6 +6,6 @@ LL | #[rustc_on_unimplemented = "test error `{Self}` with `{Bar}`"] | = help: add `#![feature(rustc_attrs)]` to the crate attributes to enable -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0658`. |