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 aa8f0fd commit e934975Copy full SHA for e934975
compiler/rustc_middle/src/ty/flags.rs
@@ -113,6 +113,7 @@ impl FlagComputation {
113
self.flags -= TypeFlags::STILL_FURTHER_SPECIALIZABLE;
114
}
115
116
+ self.add_ty(args.kind_ty());
117
self.add_ty(args.resume_ty());
118
self.add_ty(args.return_ty());
119
self.add_ty(args.witness());
0 commit comments