Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/cfg/src/
Dlib.rs61 pub fn apply_diff(&mut self, diff: CfgDiff) { in apply_diff()
90 pub struct CfgDiff { struct
96 impl CfgDiff { implementation
99 pub fn new(enable: Vec<CfgAtom>, disable: Vec<CfgAtom>) -> Option<CfgDiff> { in new()
121 impl fmt::Display for CfgDiff { implementation