Skip to content

Commit 89503ff

Browse files
committed
Update comment.
Empty idents are also disambiguated. This was added in rust-lang#115367.
1 parent 8d50e11 commit 89503ff

File tree

1 file changed

+2
-2
lines changed
  • compiler/rustc_resolve/src

1 file changed

+2
-2
lines changed

compiler/rustc_resolve/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,8 +534,8 @@ struct BindingKey {
534534
/// identifier.
535535
ident: Ident,
536536
ns: Namespace,
537-
/// 0 if ident is not `_`, otherwise a value that's unique to the specific
538-
/// `_` in the expanded AST that introduced this binding.
537+
/// 0 if ident is not `_` or ``, otherwise a value that's unique to the specific
538+
/// `_`/`` in the expanded AST that introduced this binding.
539539
disambiguator: u32,
540540
}
541541

0 commit comments

Comments
 (0)