Skip to content

Commit 5067ef2

Browse files
committed
fix line lengths
1 parent ba53f95 commit 5067ef2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/librustc_typeck/diagnostics.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1611,9 +1611,9 @@ static BAR: _ = "test"; // error, explicitly write out the type instead
16111611
"##,
16121612

16131613
E0122: r##"
1614-
An attempt was made to add a generic constraint to a type alias. This constraint is
1615-
entirely ignored. For backwards compatibility, Rust still allows this with a warning.
1616-
Consider the example below:
1614+
An attempt was made to add a generic constraint to a type alias. This constraint
1615+
is entirely ignored. For backwards compatibility, Rust still allows this with a
1616+
warning. Consider the example below:
16171617
16181618
```
16191619
trait Foo{}

0 commit comments

Comments
 (0)