File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,6 @@ error[E0277]: the trait bound `Fatal: Fatality` is not satisfied
7
7
= help: the trait `Fatality` is implemented for `Kaboom`
8
8
= note: this error originates in the attribute macro `fatality` (in Nightly builds, run with -Z macro-backtrace for more info)
9
9
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
-
19
10
error[E0277]: `?` couldn't convert the error to `Kaboom`
20
11
--> tests/ui/err-03.rs:45:12
21
12
|
You can’t perform that action at this time.
0 commit comments