Clean up E0715 explanation

This commit is contained in:
Guillaume Gomez 2020-07-01 14:13:41 +02:00
parent c86039b333
commit 13a6aeff77

View file

@ -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