kill NEEDS_DROP_CACHED
This commit is contained in:
parent
25ea618e41
commit
ca65a8a808
@ -502,10 +502,6 @@ bitflags! {
|
||||
TypeFlags::HAS_TY_CLOSURE.bits |
|
||||
TypeFlags::HAS_LOCAL_NAMES.bits |
|
||||
TypeFlags::KEEP_IN_LOCAL_TCX.bits,
|
||||
|
||||
// Caches for type_is_sized, type_moves_by_default
|
||||
const NEEDS_DROP_CACHED = 1 << 22,
|
||||
const NEEDS_DROP = 1 << 23,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user