Skip to content

Commit ea4f30a

Browse files
committed
rebless tests
1 parent 2f1fba9 commit ea4f30a

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

tests/it/ui/debug_not_field.stderr

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ error[E0277]: the trait bound `NoDebug: debug3::Debug` is not satisfied
55
| ^^^^^^^^^^^^^ the trait `debug3::Debug` is not implemented for `NoDebug`
66
|
77
= help: the following other types implement trait `debug3::Debug`:
8-
&T
9-
&mut T
10-
()
11-
(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
12-
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
13-
(T10, T11)
14-
(T11,)
15-
(T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
8+
bool
9+
char
10+
isize
11+
i8
12+
i16
13+
i32
14+
i64
15+
i128
1616
and $N others
1717
= note: required for the cast from `&NoDebug` to `&dyn debug3::Debug`
1818
= note: this error originates in the derive macro `debug3::Debug` (in Nightly builds, run with -Z macro-backtrace for more info)

tests/it/ui/no_generic.stderr

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ error[E0277]: the trait bound `NoDebug: debug3::Debug` is not satisfied
88
| ^^^^^^^ the trait `debug3::Debug` is not implemented for `NoDebug`
99
|
1010
= help: the following other types implement trait `debug3::Debug`:
11-
&T
12-
&mut T
13-
()
14-
(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
15-
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
16-
(T10, T11)
17-
(T11,)
18-
(T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
11+
bool
12+
char
13+
isize
14+
i8
15+
i16
16+
i32
17+
i64
18+
i128
1919
and $N others
2020
note: required for `Triple<u8, u16, NoDebug>` to implement `debug3::Debug`
2121
--> tests/it/ui/no_generic.rs:3:10

0 commit comments

Comments
 (0)