We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d340f63 + 7ca2c98 commit 1b01e0dCopy full SHA for 1b01e0d
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