Skip to content

Commit bfc590a

Browse files
committed
fix/trybuild: output update
1 parent ae3391b commit bfc590a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/ui/err-03.stderr

-9
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@ error[E0277]: the trait bound `Fatal: Fatality` is not satisfied
77
= help: the trait `Fatality` is implemented for `Kaboom`
88
= note: this error originates in the attribute macro `fatality` (in Nightly builds, run with -Z macro-backtrace for more info)
99

10-
error[E0277]: the trait bound `Fatal: Fatality` is not satisfied
11-
--> tests/ui/err-03.rs:34:1
12-
|
13-
34 | #[fatality(splitable)]
14-
| ^^^^^^^^^^^^^^^^^^^^^^ the trait `Fatality` is not implemented for `Fatal`
15-
|
16-
= help: the trait `Fatality` is implemented for `Kaboom`
17-
= note: this error originates in the attribute macro `fatality` (in Nightly builds, run with -Z macro-backtrace for more info)
18-
1910
error[E0277]: `?` couldn't convert the error to `Kaboom`
2011
--> tests/ui/err-03.rs:45:12
2112
|

0 commit comments

Comments
 (0)