fix line lengths

This commit is contained in:
Ralf Jung 2017-07-11 21:10:57 -07:00
parent ba53f95676
commit 5067ef224f

View File

@ -1611,9 +1611,9 @@ fn foo() -> _ { 5 } // error, explicitly write out the return type instead
"##,
E0122: r##"
An attempt was made to add a generic constraint to a type alias. This constraint is
entirely ignored. For backwards compatibility, Rust still allows this with a warning.
Consider the example below:
An attempt was made to add a generic constraint to a type alias. This constraint
is entirely ignored. For backwards compatibility, Rust still allows this with a
warning. Consider the example below:
```
trait Foo{}