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.
2 parents af3d4cb + 13a6aef commit 7307af1Copy full SHA for 7307af1
src/librustc_error_codes/error_codes/E0715.md
@@ -15,8 +15,7 @@ struct OverrideConst;
15
impl Marker for OverrideConst { // error!
16
const N: usize = 1;
17
}
18
-
19
-fn main() {}
+# fn main() {}
20
```
21
22
Because marker traits are allowed to have multiple implementations for the same
0 commit comments