mirror of https://github.com/rust-lang/rust.git
parent
e749f724b0
commit
ce0c2572ec
|
@ -3283,6 +3283,7 @@ impl FlagComputation {
|
|||
}
|
||||
|
||||
&TyClosure(_, substs) => {
|
||||
self.add_flags(TypeFlags::HAS_TY_CLOSURE);
|
||||
self.add_flags(TypeFlags::HAS_LOCAL_NAMES);
|
||||
self.add_substs(substs);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue