Skip to content

Commit

Permalink
Clean up E0715 explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jul 1, 2020
1 parent c86039b commit 13a6aef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/librustc_error_codes/error_codes/E0715.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ struct OverrideConst;
impl Marker for OverrideConst { // error!
const N: usize = 1;
}
fn main() {}
# fn main() {}
```

Because marker traits are allowed to have multiple implementations for the same
Expand Down

0 comments on commit 13a6aef

Please sign in to comment.