Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Line longer that 80 chars.
  • Loading branch information
christopherdumas committed Sep 6, 2015
1 parent 1eb7262 commit a8a8dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc_typeck/diagnostics.rs
Expand Up @@ -1535,8 +1535,8 @@ For information on the design of the orphan rules, see [RFC 1023].

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

0 comments on commit a8a8dfb

Please sign in to comment.