Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
auxiliary
/
alias-reexport.rs
blob: 14fafc02d3661837b055e3237b0b6d705095ede1 [
file
] [
log
] [
blame
] [
edit
]
#![
feature
(
lazy_type_alias
)]
pub
type
Reexported
=
u8
;