We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ae64e commit d330dc8Copy full SHA for d330dc8
compiler/rustc_metadata/src/rmeta/table.rs
@@ -51,7 +51,7 @@ macro_rules! fixed_size_enum {
51
}
52
match b[0] - 1 {
53
$(${index()} => Some($($pat)*),)*
54
- _ => panic!("Unexpected ImplPolarity code: {:?}", b[0]),
+ _ => panic!("Unexpected {} code: {:?}", stringify!($ty), b[0]),
55
56
57
0 commit comments