Searched refs:otry (Results 1 – 1 of 1) sorted by relevance
206 macro_rules! otry { in rustc_minor_nightly() macro217 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()