Home
last modified time | relevance | path

Searched defs:InTypeConstIdMetadata (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dutils.rs470 pub(crate) struct InTypeConstIdMetadata(pub(crate) Ty); struct
472 impl OpaqueInternableThing for InTypeConstIdMetadata { implementation