Skip to content

Commit 0854bfb

Browse files
authored
Derive Debug for LangItem
1 parent 7f06055 commit 0854bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/lang_items.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ macro_rules! language_item_table {
4040

4141

4242
enum_from_u32! {
43-
#[derive(Copy, Clone, PartialEq, Eq, Hash, RustcEncodable, RustcDecodable)]
43+
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, RustcEncodable, RustcDecodable)]
4444
pub enum LangItem {
4545
$($variant,)*
4646
}

0 commit comments

Comments
 (0)