Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/
Dinactive_code.rs11 d: &hir::InactiveCode, in inactive_code()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Ddiagnostics.rs119 pub struct InactiveCode { struct
120 pub node: InFile<SyntaxNodePtr>,
121 pub cfg: CfgExpr,
122 pub opts: CfgOptions,
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dbody.rs108 InactiveCode { node: InFile<SyntaxNodePtr>, cfg: CfgExpr, opts: CfgOptions }, enumerator