mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
chore: fix some comments
Signed-off-by: cuishuang <imcusg@gmail.com>
This commit is contained in:
parent
779d9eee2e
commit
680de15ec3
4 changed files with 4 additions and 4 deletions
|
@ -81,7 +81,7 @@ pub struct SyntaxContextData {
|
|||
/// Invariant: Only [`SyntaxContextId::ROOT`] has a [`None`] outer expansion.
|
||||
// FIXME: The None case needs to encode the context crate id. We can encode that as the MSB of
|
||||
// MacroCallId is reserved anyways so we can do bit tagging here just fine.
|
||||
// The bigger issue is that that will cause interning to now create completely separate chains
|
||||
// The bigger issue is that this will cause interning to now create completely separate chains
|
||||
// per crate. Though that is likely not a problem as `MacroCallId`s are already crate calling dependent.
|
||||
pub outer_expn: Option<MacroCallId>,
|
||||
pub outer_transparency: Transparency,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue