This commit is contained in:
Paul Trojahn 2021-05-26 19:19:47 +02:00
parent 3e827cc21e
commit 119bff1247

View file

@ -197,7 +197,7 @@ impl<'a, 'tcx> InternalSubsts<'tcx> {
}
/// 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;
/// see `ty::GeneratorSubsts` struct for more comments.
pub fn as_generator(&'tcx self) -> GeneratorSubsts<'tcx> {