Derive Debug for LangItem
This commit is contained in:
parent
7f06055d60
commit
0854bfbac9
@ -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…
Reference in New Issue
Block a user