Skip to content

Commit a8a8dfb

Browse files
author
christopherdumas
committed
Line longer that 80 chars.
1 parent 1eb7262 commit a8a8dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_typeck/diagnostics.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,8 +1535,8 @@ For information on the design of the orphan rules, see [RFC 1023].
15351535

15361536
E0118: r##"
15371537
Rust can't find a base type for an implementation you are providing, or the type
1538-
cannot have an implementation. For example, a typedef can't have an implementation,
1539-
since it isn't its own type (this was done in PR #6087):
1538+
cannot have an implementation. For example, a typedef can't have an
1539+
implementation, since it isn't its own type (this was done in PR #6087):
15401540
15411541
```
15421542
type NineString = [char, ..9]

0 commit comments

Comments
 (0)