@@ -197,7 +197,7 @@ impl<'a, 'tcx> InternalSubsts<'tcx> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Interpret these substitutions as the substitutions of a generator type.
|
/// Interpret these substitutions as the substitutions of a generator type.
|
||||||
/// Closure substitutions have a particular structure controlled by the
|
/// Generator substitutions have a particular structure controlled by the
|
||||||
/// compiler that encodes information like the signature and generator kind;
|
/// compiler that encodes information like the signature and generator kind;
|
||||||
/// see `ty::GeneratorSubsts` struct for more comments.
|
/// see `ty::GeneratorSubsts` struct for more comments.
|
||||||
pub fn as_generator(&'tcx self) -> GeneratorSubsts<'tcx> {
|
pub fn as_generator(&'tcx self) -> GeneratorSubsts<'tcx> {
|
||||||
|
|||||||
Reference in New Issue
Block a user