Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dmanual_unwrap_or.rs5 fn option_unwrap_or() { in option_unwrap_or() function
H A Dmanual_unwrap_or.fixed5 fn option_unwrap_or() {
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_cranelift/example/
H A Dexample.rs35 pub fn option_unwrap_or(o: BoolOption, d: bool) -> bool { in option_unwrap_or() function
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/example/
H A Dexample.rs35 fn option_unwrap_or(o: BoolOption, d: bool) -> bool { in option_unwrap_or() function