Home
last modified time | relevance | path

Searched defs:XS (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/once_cell/tests/
H A Dit.rs552 static XS: Lazy<Vec<i32>> = Lazy::new(|| { in static_lazy() consts
571 static XS: OnceCell<Vec<i32>> = OnceCell::new(); in static_lazy_via_fn() consts

Completed in 3 milliseconds