fix line lengths
This commit is contained in:
parent
ba53f95676
commit
5067ef224f
1 changed files with 3 additions and 3 deletions
|
|
@ -1611,9 +1611,9 @@ static BAR: _ = "test"; // error, explicitly write out the 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…
Add table
Add a link
Reference in a new issue