rust/tests/ui/infinite/auxiliary/alias.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
48 B
Rust
Raw Normal View History

2023-02-17 10:19:13 -06:00
pub struct W<T>(T);
pub type Wrapper<T> = W<T>;