We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4464dcc commit aa5232bCopy full SHA for aa5232b
src/librustc/ty/mod.rs
@@ -504,8 +504,6 @@ bitflags! {
504
TypeFlags::KEEP_IN_LOCAL_TCX.bits,
505
506
// Caches for type_is_sized, type_moves_by_default
507
- const SIZEDNESS_CACHED = 1 << 16,
508
- const IS_SIZED = 1 << 17,
509
const FREEZENESS_CACHED = 1 << 20,
510
const IS_FREEZE = 1 << 21,
511
const NEEDS_DROP_CACHED = 1 << 22,
0 commit comments