Skip to content

Commit 872f349

Browse files
author
christopherdumas
committed
E0118, not EO118!
1 parent 2575687 commit 872f349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_typeck/diagnostics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@ For information on the design of the orphan rules, see [RFC 1023].
15331533
[RFC 1023]: https://github.com/rust-lang/rfcs/pull/1023
15341534
"##,
15351535

1536-
EO118: r##"
1536+
E0118: r##"
15371537
Rust can't find a base type for an implementation you are providing, or the type
15381538
cannot have an implementation. For example, a typedef can't have an implementation,
15391539
since it isn't its own type (this was done in PR #6087):

0 commit comments

Comments
 (0)