Sign in
rust
/
rust
/
bbf7dc0ddf6c920bb4ed1bf2fe8a7b889b9650a2
/
.
/
tests
/
rustdoc
/
lifetime-name.rs
blob: 1e583f1811df2c3e3365cd696d5877da0d203b10 [
file
]
#![
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
;