rustc/tests/ui/infinite/auxiliary/alias.rs
2023-09-11 11:26:34 +02:00

3 lines
48 B
Rust

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