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.
AnonAssocTy
1 parent efc51ce commit d16daf5Copy full SHA for d16daf5
compiler/rustc_hir/src/definitions.rs
@@ -309,7 +309,8 @@ pub enum DefPathData {
309
/// An existential `impl Trait` type node.
310
/// Argument position `impl Trait` have a `TypeNs` with their pretty-printed name.
311
OpaqueTy,
312
- /// An anonymous associated type from an RPITIT.
+ /// An anonymous associated type from an RPITIT. The symbol refers to the name of the method
313
+ /// that defined the type.
314
AnonAssocTy(Symbol),
315
/// A synthetic body for a coroutine's by-move body.
316
SyntheticCoroutineBody,
0 commit comments