Re-remove AdtFlags::IS_ANONYMOUS
This commit is contained in:
parent
191df20fca
commit
d863f81671
1 changed files with 0 additions and 2 deletions
|
@ -55,8 +55,6 @@ bitflags::bitflags! {
|
|||
const IS_UNSAFE_CELL = 1 << 9;
|
||||
/// Indicates whether the type is `UnsafePinned`.
|
||||
const IS_UNSAFE_PINNED = 1 << 10;
|
||||
/// Indicates whether the type is anonymous.
|
||||
const IS_ANONYMOUS = 1 << 11;
|
||||
}
|
||||
}
|
||||
rustc_data_structures::external_bitflags_debug! { AdtFlags }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue