Skip to content

Commit d230a7e

Browse files
committed
Remove duplicate error code (fixup rust-lang#37378)
1 parent 366d139 commit d230a7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_passes/diagnostics.rs

-1
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,4 @@ pub impl Foo for Bar {
228228
register_diagnostics! {
229229
E0472, // asm! is unsupported on this target
230230
E0561, // patterns aren't allowed in function pointer types
231-
E0570, // patterns aren't allowed in methods without bodies
232231
}

0 commit comments

Comments
 (0)