Skip to content

Commit

Permalink
Remove duplicate error code (fixup #37378)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Oct 26, 2016
1 parent 366d139 commit d230a7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc_passes/diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,4 @@ pub impl Foo for Bar {
register_diagnostics! {
E0472, // asm! is unsupported on this target
E0561, // patterns aren't allowed in function pointer types
E0570, // patterns aren't allowed in methods without bodies
}

0 comments on commit d230a7e

Please sign in to comment.