rustc/tests/rustdoc/auxiliary/alias-reexport.rs
2024-05-23 21:15:29 +02:00

4 lines
56 B
Rust

#![feature(lazy_type_alias)]
pub type Reexported = u8;