File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,31 +22,31 @@ LL | | false;
22
22
LL | | } {}
23
23
| |_____^
24
24
25
- error: assert_eq of unit values detected. This will always succeed
25
+ error: ` assert_eq` of unit values detected. This will always succeed
26
26
--> $DIR/unit_cmp.rs:24:5
27
27
|
28
28
LL | assert_eq!((), ());
29
29
| ^^^^^^^^^^^^^^^^^^^
30
30
|
31
31
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
32
32
33
- error: debug_assert_eq of unit values detected. This will always succeed
33
+ error: ` debug_assert_eq` of unit values detected. This will always succeed
34
34
--> $DIR/unit_cmp.rs:25:5
35
35
|
36
36
LL | debug_assert_eq!((), ());
37
37
| ^^^^^^^^^^^^^^^^^^^^^^^^^
38
38
|
39
39
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
40
40
41
- error: assert_ne of unit values detected. This will always fail
41
+ error: ` assert_ne` of unit values detected. This will always fail
42
42
--> $DIR/unit_cmp.rs:27:5
43
43
|
44
44
LL | assert_ne!((), ());
45
45
| ^^^^^^^^^^^^^^^^^^^
46
46
|
47
47
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
48
48
49
- error: debug_assert_ne of unit values detected. This will always fail
49
+ error: ` debug_assert_ne` of unit values detected. This will always fail
50
50
--> $DIR/unit_cmp.rs:28:5
51
51
|
52
52
LL | debug_assert_ne!((), ());
You can’t perform that action at this time.
0 commit comments