File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616register_long_diagnostics ! {
1717
1818E0001 : 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.
2020
2121This error suggests that the expression arm corresponding to the noted pattern
2222will never be reached as for all possible values of the expression being
4343"## ,
4444
4545E0002 : 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.
4747
4848This error indicates that an empty match expression is invalid because the type
4949it is matching on is non-empty (there exist values of this type). In safe code
@@ -75,7 +75,7 @@ fn foo(x: Option<String>) {
7575"## ,
7676
7777E0003 : 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.
7979
8080Not-a-Number (NaN) values cannot be compared for equality and hence can never
8181match the input to a match expression. So, the following will not compile:
You can’t perform that action at this time.
0 commit comments