Home
last modified time | relevance | path

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

/rust-libc-0.2.174/
H A Dbuild.rs206 macro_rules! otry { in rustc_minor_nightly() macro
217 if otry!(str::from_utf8(&output.stdout).ok()).starts_with("clippy") { in rustc_minor_nightly()
221 let version = otry!(str::from_utf8(&output.stdout).ok()); in rustc_minor_nightly()
238 let nightly_raw = otry!(pieces.next()).split('-').nth(1); in rustc_minor_nightly()
242 let minor = otry!(otry!(minor).parse().ok()); in rustc_minor_nightly()