Home
last modified time | relevance | path

Searched refs:is_stable (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/proc-macro-error/
Dbuild.rs7 || !version_check::Channel::read().unwrap().is_stable() in main()
/third_party/rust/crates/version_check/src/
Dchannel.rs181 pub fn is_stable(&self) -> bool { in is_stable() method