We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b782939 commit d31f70cCopy full SHA for d31f70c
compiler/rustc_hir/src/lang_items.rs
@@ -74,7 +74,8 @@ macro_rules! language_item_table {
74
}
75
76
77
- /// All of the language items in the current crate, defined or not.
+ /// All of the language items, defined or not.
78
+ /// Defined lang items can come from the current crate or its dependencies.
79
#[derive(HashStable_Generic, Debug)]
80
pub struct LanguageItems {
81
/// Mappings from lang items to their possibly found [`DefId`]s.
0 commit comments