Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/pretty/
Dattr-derive.rs18 struct WithRef { struct
19 x: X,
21 y: Y,
/third_party/rust/rust/compiler/rustc_codegen_gcc/tests/run/
Dstatic.rs82 struct WithRef { struct
96 static mut WITH_REF: WithRef = WithRef { argument
/third_party/rust/crates/serde/test_suite/tests/
Dtest_gen.rs66 struct WithRef<'a, T: 'a> { in test_gen() struct
68 t: StdOption<&'a T>, in test_gen()
70 x: X, in test_gen()