Home
last modified time | relevance | path

Searched defs:with_none (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_data_structures/src/
Dwork_queue.rs19 pub fn with_none(len: usize) -> Self { in with_none() method
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dexpect_fun_call.rs33 let with_none: Option<i32> = None; in main() localVariable