mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
@@ -3283,6 +3283,7 @@ fn add_sty(&mut self, st: &TypeVariants) {
|
||||
}
|
||||
|
||||
&TyClosure(_, substs) => {
|
||||
self.add_flags(TypeFlags::HAS_TY_CLOSURE);
|
||||
self.add_flags(TypeFlags::HAS_LOCAL_NAMES);
|
||||
self.add_substs(substs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user