Rollup merge of #46259 - bjorn3:display_lang_item, r=nagisa
Derive Debug for LangItem
This commit is contained in:
commit
788fed8158
@ -40,7 +40,7 @@ macro_rules! language_item_table {
|
||||
|
||||
|
||||
enum_from_u32! {
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Hash, RustcEncodable, RustcDecodable)]
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, RustcEncodable, RustcDecodable)]
|
||||
pub enum LangItem {
|
||||
$($variant,)*
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user