From 467c6681158e31a01511d2ec6efb1ec70bfd1b3a Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Tue, 8 Dec 2015 12:34:39 +0100 Subject: [PATCH] Unused error codes --- src/librustc/diagnostics.rs | 6 +++--- 1 file 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 @@ impl Foo { 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 -- 2.44.0