We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425e142 commit 79fbc38Copy full SHA for 79fbc38
compiler/rustc_error_codes/src/error_codes/E0783.md
@@ -9,7 +9,7 @@ match 2u8 {
9
}
10
```
11
12
-Older Rust code using previous editions allowed `...` to stand for exclusive
+Older Rust code using previous editions allowed `...` to stand for inclusive
13
ranges which are now signified using `..=`.
14
15
To make this code compile replace the `...` with `..=`.
0 commit comments