Skip to content

Commit

Permalink
Unused error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Dec 8, 2015
1 parent 8864f2c commit 467c668
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/librustc/diagnostics.rs
Expand Up @@ -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
Expand Down

0 comments on commit 467c668

Please sign in to comment.