Sign in
fuchsia
/
third_party
/
rust
/
600edc948ab5de7a92538bcc2f49cb8d47925e2d
/
.
/
tests
/
rustdoc
/
lifetime-name.rs
blob: 1e583f1811df2c3e3365cd696d5877da0d203b10 [
file
] [
log
] [
blame
]
#![
crate_name
=
"foo"
]
//@ has 'foo/type.Resolutions.html'
//@ has - '//pre[@class="rust item-decl"]' "pub type Resolutions<'tcx> = &'tcx u8;"
pub
type
Resolutions
<
'tcx> = &'
tcx u8
;