mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 20:23:59 +00:00
kill SIZEDNESS_CACHED
This commit is contained in:
parent
4464dcc7ce
commit
aa5232bca7
@ -504,8 +504,6 @@ bitflags! {
|
|||||||
TypeFlags::KEEP_IN_LOCAL_TCX.bits,
|
TypeFlags::KEEP_IN_LOCAL_TCX.bits,
|
||||||
|
|
||||||
// Caches for type_is_sized, type_moves_by_default
|
// Caches for type_is_sized, type_moves_by_default
|
||||||
const SIZEDNESS_CACHED = 1 << 16,
|
|
||||||
const IS_SIZED = 1 << 17,
|
|
||||||
const FREEZENESS_CACHED = 1 << 20,
|
const FREEZENESS_CACHED = 1 << 20,
|
||||||
const IS_FREEZE = 1 << 21,
|
const IS_FREEZE = 1 << 21,
|
||||||
const NEEDS_DROP_CACHED = 1 << 22,
|
const NEEDS_DROP_CACHED = 1 << 22,
|
||||||
|
Loading…
Reference in New Issue
Block a user