Home
last modified time | relevance | path

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

/third_party/rust/rust/library/alloc/tests/
Dvec.rs39 struct TwoVec<T> { in test_double_drop() struct
40 x: Vec<T>, in test_double_drop()
41 y: Vec<T>, in test_double_drop()