We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd7486 commit 2741b94Copy full SHA for 2741b94
src/librustc/diagnostics.rs
@@ -37,7 +37,7 @@ An example of an empty type is `enum Empty { }`.
37
E0003: r##"
38
Not-a-Number (NaN) values cannot be compared for equality and hence can never
39
match the input to a match expression. To match against NaN values, you should
40
-instead use the `is_nan` method in a guard, as in: x if x.is_nan() => ...
+instead use the `is_nan` method in a guard, as in: `x if x.is_nan() => ...`
41
"##,
42
43
E0004: r##"
0 commit comments