Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/ui/rfcs/rfc-2302-self-struct-ctor/
Drfc-2302-self-struct-ctor.rs89 struct ST7<T1, T2>(T1, T2); struct
91 impl ST7<i32, usize> { implementation