summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/lifetime-name.rs
blob: 0fb66059109071885e06a42ac2b60cc12db8f26e (plain)
1
2
3
4
5
#![crate_name = "foo"]

// @has 'foo/type.Resolutions.html'
// @has - '//div[@class="item-decl"]/pre[@class="rust"]' "pub type Resolutions<'tcx> = &'tcx u8;"
pub type Resolutions<'tcx> = &'tcx u8;