kill NEEDS_DROP_CACHED
This commit is contained in:
parent
25ea618e41
commit
ca65a8a808
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue