about summary refs log tree commit diff
path: root/tests/ui/consts/const-try-feature-gate.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/const-try-feature-gate.stderr')
-rw-r--r--tests/ui/consts/const-try-feature-gate.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/consts/const-try-feature-gate.stderr b/tests/ui/consts/const-try-feature-gate.stderr
index cd1a0630432..79c6ec108b9 100644
--- a/tests/ui/consts/const-try-feature-gate.stderr
+++ b/tests/ui/consts/const-try-feature-gate.stderr
@@ -7,6 +7,6 @@ LL |     Some(())?;
    = note: see issue #74935 <https://github.com/rust-lang/rust/issues/74935> for more information
    = help: add `#![feature(const_try)]` 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`.