Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
rustdoc
/
lifetime-name.rs
blob: 15e09f5165a2fbb2984a2670369c59290a9a5e11 [
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
;