Skip to content

Commit 7466811

Browse files
NoratriebadrianEffe
andcommitted
Bless ui-fulldeps tests
Co-authored-by: Adrian <[email protected]>
1 parent 986d1a1 commit 7466811

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tests/ui-fulldeps/dropck-tarena-cycle-checked.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ LL | }
1111
| `arena` dropped here while still borrowed
1212
| borrow might be used here, when `arena` is dropped and runs the `Drop` code for type `TypedArena`
1313

14-
error: aborting due to previous error
14+
error: aborting due to 1 previous error
1515

1616
For more information about this error, try `rustc --explain E0597`.

tests/ui-fulldeps/dropck-tarena-unsound-drop.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ LL | }
1111
| `arena` dropped here while still borrowed
1212
| borrow might be used here, when `arena` is dropped and runs the `Drop` code for type `TypedArena`
1313

14-
error: aborting due to previous error
14+
error: aborting due to 1 previous error
1515

1616
For more information about this error, try `rustc --explain E0597`.

tests/ui-fulldeps/internal-lints/span_use_eq_ctxt.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ note: the lint level is defined here
1010
LL | #![deny(rustc::span_use_eq_ctxt)]
1111
| ^^^^^^^^^^^^^^^^^^^^^^^
1212

13-
error: aborting due to previous error
13+
error: aborting due to 1 previous error
1414

tests/ui-fulldeps/pathless-extern-unstable.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ LL | pub use rustc_middle;
77
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
88
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
99

10-
error: aborting due to previous error
10+
error: aborting due to 1 previous error
1111

1212
For more information about this error, try `rustc --explain E0658`.

tests/ui-fulldeps/session-diagnostic/enforce_slug_naming.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ LL | #[diag(compiletest_example, code = "E0123")]
77
= note: slug is `compiletest_example` but the crate name is `rustc_dummy`
88
= help: expected a slug starting with `dummy_...`
99

10-
error: aborting due to previous error
10+
error: aborting due to 1 previous error
1111

0 commit comments

Comments
 (0)