diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2015-12-08 12:34:39 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2015-12-08 12:34:39 +0100 |
| commit | 467c6681158e31a01511d2ec6efb1ec70bfd1b3a (patch) | |
| tree | e1e3aae3aa950c9519469b5c2acd83b41fc70bb2 | |
| parent | 8864f2c83ac800881da34c3e835c931c081a8785 (diff) | |
| download | rust-467c6681158e31a01511d2ec6efb1ec70bfd1b3a.tar.gz rust-467c6681158e31a01511d2ec6efb1ec70bfd1b3a.zip | |
Unused error codes
| -rw-r--r-- | src/librustc/diagnostics.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/librustc/diagnostics.rs b/src/librustc/diagnostics.rs index b09dbe161f4..823b197c522 100644 --- a/src/librustc/diagnostics.rs +++ b/src/librustc/diagnostics.rs @@ -2233,9 +2233,9 @@ register_diagnostics! { E0285, // overflow evaluation builtin bounds E0298, // mismatched types between arms E0299, // mismatched types between arms - E0300, // unexpanded macro - E0304, // expected signed integer constant - E0305, // expected constant + // E0300, // unexpanded macro + // E0304, // expected signed integer constant + // E0305, // expected constant E0311, // thing may not live long enough E0312, // lifetime of reference outlives lifetime of borrowed content E0313, // lifetime of borrowed pointer outlives lifetime of captured variable |
