fix line lengths
This commit is contained in:
parent
ba53f95676
commit
5067ef224f
@ -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{}
|
||||
|
Loading…
Reference in New Issue
Block a user