Address review comments.
This commit is contained in:
parent
1b3fc585cb
commit
663a317c20
6 changed files with 11 additions and 8 deletions
|
@ -1169,7 +1169,7 @@ trait InvocationCollectorNode: HasAttrs + HasNodeId + Sized {
|
|||
collector.cx.dcx().emit_err(RemoveNodeNotSupported { span, descr: Self::descr() });
|
||||
}
|
||||
|
||||
/// All of the idents (items) declared by this node.
|
||||
/// All of the identifiers (items) declared by this node.
|
||||
/// This is an approximation and should only be used for diagnostics.
|
||||
fn declared_idents(&self) -> Vec<Ident> {
|
||||
vec![]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue