Skip to content

Commit e934975

Browse files
Visit coroutine kind ty in FlagComputation
1 parent aa8f0fd commit e934975

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: compiler/rustc_middle/src/ty/flags.rs

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ impl FlagComputation {
113113
self.flags -= TypeFlags::STILL_FURTHER_SPECIALIZABLE;
114114
}
115115

116+
self.add_ty(args.kind_ty());
116117
self.add_ty(args.resume_ty());
117118
self.add_ty(args.return_ty());
118119
self.add_ty(args.witness());

0 commit comments

Comments
 (0)