Home
last modified time | relevance | path

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

/third_party/rust/crates/version_check/src/
Dlib.rs304 let allow_features = rustflags.split(delim) in supports_feature() localVariable
309 if let Some(allow_features) = allow_features.last() { in supports_feature()
310 return Some(allow_features.split(',').any(|f| f.trim() == feature)); in supports_feature()