File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
register_long_diagnostics ! {
17
17
18
18
E0001 : r##"
19
- ## Note: this error code is no longer emitted by the compiler.
19
+ #### Note: this error code is no longer emitted by the compiler.
20
20
21
21
This error suggests that the expression arm corresponding to the noted pattern
22
22
will never be reached as for all possible values of the expression being
43
43
"## ,
44
44
45
45
E0002 : r##"
46
- ## Note: this error code is no longer emitted by the compiler.
46
+ #### Note: this error code is no longer emitted by the compiler.
47
47
48
48
This error indicates that an empty match expression is invalid because the type
49
49
it is matching on is non-empty (there exist values of this type). In safe code
@@ -75,7 +75,7 @@ fn foo(x: Option<String>) {
75
75
"## ,
76
76
77
77
E0003 : r##"
78
- ## Note: this error code is no longer emitted by the compiler.
78
+ #### Note: this error code is no longer emitted by the compiler.
79
79
80
80
Not-a-Number (NaN) values cannot be compared for equality and hence can never
81
81
match the input to a match expression. So, the following will not compile:
You can’t perform that action at this time.
0 commit comments