We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f95011b + 0854bfb commit 788fed8Copy full SHA for 788fed8
src/librustc/middle/lang_items.rs
@@ -40,7 +40,7 @@ macro_rules! language_item_table {
40
41
42
enum_from_u32! {
43
- #[derive(Copy, Clone, PartialEq, Eq, Hash, RustcEncodable, RustcDecodable)]
+ #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, RustcEncodable, RustcDecodable)]
44
pub enum LangItem {
45
$($variant,)*
46
}
0 commit comments