Skip to content

Commit

Permalink
Bless ui-fulldeps tests
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
  • Loading branch information
Nilstrieb and adrianEffe committed Nov 21, 2023
1 parent 7d29c5a commit 10d241a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/ui-fulldeps/dropck-tarena-cycle-checked.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ LL | }
| `arena` dropped here while still borrowed
| borrow might be used here, when `arena` is dropped and runs the `Drop` code for type `TypedArena`

error: aborting due to previous error
error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0597`.
2 changes: 1 addition & 1 deletion tests/ui-fulldeps/dropck-tarena-unsound-drop.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ LL | }
| `arena` dropped here while still borrowed
| borrow might be used here, when `arena` is dropped and runs the `Drop` code for type `TypedArena`

error: aborting due to previous error
error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0597`.
2 changes: 1 addition & 1 deletion tests/ui-fulldeps/internal-lints/span_use_eq_ctxt.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ note: the lint level is defined here
LL | #![deny(rustc::span_use_eq_ctxt)]
| ^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error
error: aborting due to 1 previous error

2 changes: 1 addition & 1 deletion tests/ui-fulldeps/pathless-extern-unstable.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ LL | pub use rustc_middle;
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
= help: add `#![feature(rustc_private)]` 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`.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ LL | #[diag(compiletest_example, code = "E0123")]
= note: slug is `compiletest_example` but the crate name is `rustc_dummy`
= help: expected a slug starting with `dummy_...`

error: aborting due to previous error
error: aborting due to 1 previous error

0 comments on commit 10d241a

Please sign in to comment.