Skip to content

Commit

Permalink
Rollup merge of #73918 - GuillaumeGomez:cleanup-e0715, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Clean up E0715 explanation

r? @Dylan-DPC
  • Loading branch information
Manishearth committed Jul 15, 2020
2 parents af3d4cb + 13a6aef commit 7307af1
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 7307af1

Please sign in to comment.