Home
last modified time | relevance | path

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

/external/rust/crates/proc-macro-error/tests/ui/
Dresult_ext.stderr1 error: Result::unwrap_or_abort() test
/external/rust/crates/proc-macro-error/src/
Dlib.rs363 fn unwrap_or_abort(self) -> Self::Ok; in unwrap_or_abort() method
393 fn unwrap_or_abort(self) -> T { in unwrap_or_abort() method
/external/rust/crates/structopt-derive/src/
Dparse.rs269 .unwrap_or_abort() in parse_structopt_attributes()