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.
2 parents 3d5787b + 7ca2c98 commit 597ef13Copy full SHA for 597ef13
compiler/rustc_middle/src/ty/sty.rs
@@ -160,7 +160,7 @@ pub enum TyKind<'tcx> {
160
/// ```
161
FnPtr(PolyFnSig<'tcx>),
162
163
- /// A trait, defined with `trait`.
+ /// A trait object. Written as `dyn for<'b> Trait<'b, Assoc = u32> + Send + 'a`.
164
Dynamic(&'tcx List<Binder<ExistentialPredicate<'tcx>>>, ty::Region<'tcx>),
165
166
/// The anonymous type of a closure. Used to represent the type of
0 commit comments