Skip to content

Commit

Permalink
Remove empty fn main from E0749
Browse files Browse the repository at this point in the history
  • Loading branch information
pickfire authored Aug 10, 2020
1 parent 8cb1a2f commit a7f61bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc_error_codes/error_codes/E0749.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ trait MyTrait {
impl !MyTrait for u32 {
type Foo = i32; // error!
}
# fn main() {}
```

Negative impls are not allowed to have any items. Negative impls declare that a
Expand Down

0 comments on commit a7f61bf

Please sign in to comment.