mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
Update compiler/rustc_middle/src/ty/sty.rs
Co-authored-by: Oli Scherer <github35764891676564198441@oli-obk.de>
This commit is contained in:
parent
4c793538d4
commit
af77bdf439
@ -209,7 +209,7 @@ pub enum TyKind<'tcx> {
|
||||
/// * the `impl Trait` ast::Ty node,
|
||||
/// * or the `type Foo = impl Trait` declaration
|
||||
///
|
||||
/// For RTIT the substitutions are for the generics of the function,
|
||||
/// For RPIT the substitutions are for the generics of the function,
|
||||
/// while for TAIT it is used for the generic parameters of the alias.
|
||||
Opaque(DefId, SubstsRef<'tcx>),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user