We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb1a2f commit a7f61bfCopy full SHA for a7f61bf
src/librustc_error_codes/error_codes/E0749.md
@@ -11,7 +11,6 @@ trait MyTrait {
11
impl !MyTrait for u32 {
12
type Foo = i32; // error!
13
}
14
-# fn main() {}
15
```
16
17
Negative impls are not allowed to have any items. Negative impls declare that a
0 commit comments