summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/lifetime-name.rs
blob: 15e09f5165a2fbb2984a2670369c59290a9a5e11 (plain)
1
2
3
4
5
#![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;