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.
1 parent 71edda8 commit abde86fCopy full SHA for abde86f
compiler/rustc_middle/src/ty/sty.rs
@@ -836,7 +836,7 @@ impl<'tcx> Ty<'tcx> {
836
coroutine_args: GenericArgsRef<'tcx>,
837
) -> Ty<'tcx> {
838
tcx.debug_assert_args_compatible(def_id, coroutine_args);
839
- // HACK: Coroutine witnesse types are lifetime erased, so they
+ // HACK: Coroutine witness types are lifetime erased, so they
840
// never reference any lifetime args from the coroutine. We erase
841
// the regions here since we may get into situations where a
842
// coroutine is recursively contained within itself, leading to
0 commit comments