We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AdtFlags::IS_ANONYMOUS
1 parent 191df20 commit d863f81Copy full SHA for d863f81
compiler/rustc_middle/src/ty/adt.rs
@@ -55,8 +55,6 @@ bitflags::bitflags! {
55
const IS_UNSAFE_CELL = 1 << 9;
56
/// Indicates whether the type is `UnsafePinned`.
57
const IS_UNSAFE_PINNED = 1 << 10;
58
- /// Indicates whether the type is anonymous.
59
- const IS_ANONYMOUS = 1 << 11;
60
}
61
62
rustc_data_structures::external_bitflags_debug! { AdtFlags }
0 commit comments