mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Filter out {unknown}
types in adt_datum_quqery
This commit is contained in:
parent
0eca3ef93e
commit
9d18e197bc
2 changed files with 42 additions and 29 deletions
|
@ -40,7 +40,7 @@ pub struct StructData {
|
|||
}
|
||||
|
||||
bitflags! {
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
|
||||
pub struct StructFlags: u8 {
|
||||
const NO_FLAGS = 0;
|
||||
/// Indicates whether the struct is `PhantomData`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue