Fix style and grammar
This commit is contained in:
parent
06dff80061
commit
a23bea5479
1 changed files with 1 additions and 1 deletions
|
@ -4627,7 +4627,7 @@ crate's documentation.
|
||||||
|
|
||||||
E0642: r##"
|
E0642: r##"
|
||||||
This error indicates that there is a mismatch between generic parameters and
|
This error indicates that there is a mismatch between generic parameters and
|
||||||
impl Trait parameters in a trait Declaration versus it's impl.
|
impl Trait parameters in a trait declaration versus its impl.
|
||||||
|
|
||||||
```compile_fail,E0642
|
```compile_fail,E0642
|
||||||
#![feature(conservative_impl_trait)]
|
#![feature(conservative_impl_trait)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue