Skip to content

Commit d31f70c

Browse files
committed
Clarify docs
1 parent b782939 commit d31f70c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/rustc_hir/src/lang_items.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ macro_rules! language_item_table {
7474
}
7575
}
7676

77-
/// All of the language items in the current crate, defined or not.
77+
/// All of the language items, defined or not.
78+
/// Defined lang items can come from the current crate or its dependencies.
7879
#[derive(HashStable_Generic, Debug)]
7980
pub struct LanguageItems {
8081
/// Mappings from lang items to their possibly found [`DefId`]s.

0 commit comments

Comments
 (0)