From 872f34934ce01897ff74c6b16b6052670deabd9d Mon Sep 17 00:00:00 2001 From: christopherdumas Date: Sat, 5 Sep 2015 16:50:58 -0700 Subject: [PATCH] E0118, not EO118! --- src/librustc_typeck/diagnostics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_typeck/diagnostics.rs b/src/librustc_typeck/diagnostics.rs index c2ce16b02566..694c633f116f 100644 --- a/src/librustc_typeck/diagnostics.rs +++ b/src/librustc_typeck/diagnostics.rs @@ -1533,7 +1533,7 @@ For information on the design of the orphan rules, see [RFC 1023]. [RFC 1023]: https://github.com/rust-lang/rfcs/pull/1023 "##, -EO118: r##" +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):