Skip to content

Commit

Permalink
Rollup merge of rust-lang#46259 - bjorn3:display_lang_item, r=nagisa
Browse files Browse the repository at this point in the history
Derive Debug for LangItem
  • Loading branch information
kennytm authored Nov 25, 2017
2 parents 9001477 + 0854bfb commit 5ba75c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/middle/lang_items.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,)*
}
Expand Down

0 comments on commit 5ba75c5

Please sign in to comment.