mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 18:04:13 +00:00
Clarify docs
This commit is contained in:
parent
b782939c06
commit
d31f70c87c
@ -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…
Reference in New Issue
Block a user