Skip to content

Commit

Permalink
fix/trybuild: output update
Browse files Browse the repository at this point in the history
drahnr committed May 15, 2024
1 parent ae3391b commit bfc590a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/ui/err-03.stderr
Original file line number Diff line number Diff line change
@@ -7,15 +7,6 @@ error[E0277]: the trait bound `Fatal: Fatality` is not satisfied
= help: the trait `Fatality` is implemented for `Kaboom`
= note: this error originates in the attribute macro `fatality` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0277]: the trait bound `Fatal: Fatality` is not satisfied
--> tests/ui/err-03.rs:34:1
|
34 | #[fatality(splitable)]
| ^^^^^^^^^^^^^^^^^^^^^^ the trait `Fatality` is not implemented for `Fatal`
|
= help: the trait `Fatality` is implemented for `Kaboom`
= note: this error originates in the attribute macro `fatality` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0277]: `?` couldn't convert the error to `Kaboom`
--> tests/ui/err-03.rs:45:12
|

0 comments on commit bfc590a

Please sign in to comment.