We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291c84a commit 275c19dCopy full SHA for 275c19d
src/librustc_const_eval/diagnostics.rs
@@ -27,7 +27,7 @@ one is too specific or the ordering is incorrect.
27
28
For example, the following `match` block has too many arms:
29
30
-```compile_fail,E0001
+```
31
match Some(0) {
32
Some(bar) => {/* ... */}
33
x => {/* ... */} // This handles the `None` case
0 commit comments