We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d50e11 commit 89503ffCopy full SHA for 89503ff
compiler/rustc_resolve/src/lib.rs
@@ -534,8 +534,8 @@ struct BindingKey {
534
/// identifier.
535
ident: Ident,
536
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.
+ /// 0 if ident is not `_` or ``, otherwise a value that's unique to the specific
+ /// `_`/`` in the expanded AST that introduced this binding.
539
disambiguator: u32,
540
}
541
0 commit comments