rust/tests/ui/infinite/auxiliary/alias.rs
2023-02-17 16:20:38 +00:00

3 lines
48 B
Rust

pub struct W<T>(T);
pub type Wrapper<T> = W<T>;