Clarify docs
This commit is contained in:
parent
b782939c06
commit
d31f70c87c
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@ macro_rules! language_item_table {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// All of the language items in the current crate, defined or not.
|
/// All of the language items, defined or not.
|
||||||
|
/// Defined lang items can come from the current crate or its dependencies.
|
||||||
#[derive(HashStable_Generic, Debug)]
|
#[derive(HashStable_Generic, Debug)]
|
||||||
pub struct LanguageItems {
|
pub struct LanguageItems {
|
||||||
/// Mappings from lang items to their possibly found [`DefId`]s.
|
/// Mappings from lang items to their possibly found [`DefId`]s.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue