We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13290e8 commit ec23f4eCopy full SHA for ec23f4e
src/librustc_error_codes/error_codes/E0749.md
@@ -11,6 +11,7 @@ trait MyTrait {
11
impl !MyTrait for u32 {
12
type Foo = i32; // error!
13
}
14
+// impl !MyTrait for u32 {} // fix
15
# fn main() {}
16
```
17
0 commit comments