Home
last modified time | relevance | path

Searched refs:is_feature_flaggable (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/proc-macro-error/
H A Dbuild.rs2 if !version_check::is_feature_flaggable().unwrap_or(false) { in main()
/third_party/rust/crates/version_check/src/
H A Dlib.rs43 //! match rustc::is_feature_flaggable() {
269 pub fn is_feature_flaggable() -> Option<bool> { in is_feature_flaggable() functions
275 /// Returns _true_ _iff_ [`is_feature_flaggable()`] returns `true` _and_ the
290 match is_feature_flaggable() { in supports_feature()

Completed in 2 milliseconds