Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/cfg/src/
Dtests.rs37 let why_inactive = dnf.why_inactive(opts).unwrap().to_string(); in check_why_inactive() localVariable
177 fn why_inactive() { in why_inactive() function
Ddnf.rs43 pub fn why_inactive(&self, opts: &CfgOptions) -> Option<InactiveReason> { in why_inactive() method