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

// @has 'foo/type.Resolutions.html'
// @has - '//*[@class="rust typedef"]' "pub type Resolutions<'tcx> = &'tcx u8;"
pub type Resolutions<'tcx> = &'tcx u8;