diff options
| author | christopherdumas <christopherdumas@me.com> | 2015-09-05 16:59:06 -0700 |
|---|---|---|
| committer | christopherdumas <christopherdumas@me.com> | 2015-09-05 16:59:06 -0700 |
| commit | a85bc05280b3e5e08d971cfa61458e8c4ee7d950 (patch) | |
| tree | 26d53d11d9b28901f8c83e53c06d374e4663ae72 | |
| parent | 1f4fe5f9c23cb0fa3cff998c3ff67e8b1d838f3b (diff) | |
| download | rust-a85bc05280b3e5e08d971cfa61458e8c4ee7d950.tar.gz rust-a85bc05280b3e5e08d971cfa61458e8c4ee7d950.zip | |
De-registered the duplicate E0118
| -rw-r--r-- | src/librustc_typeck/diagnostics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_typeck/diagnostics.rs b/src/librustc_typeck/diagnostics.rs index bd001ff089a..31e5b4d9035 100644 --- a/src/librustc_typeck/diagnostics.rs +++ b/src/librustc_typeck/diagnostics.rs @@ -3214,7 +3214,7 @@ register_diagnostics! { E0090, E0103, // @GuillaumeGomez: I was unable to get this error, try your best! E0104, - E0118, +// E0118, // E0123, // E0127, // E0129, |
