]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/lifetime-name.rs
Rollup merge of #106904 - khuey:preserve_debuginfo_for_rlibs, r=davidtwco
[rust.git] / tests / rustdoc / lifetime-name.rs
1 #![crate_name = "foo"]
2
3 // @has 'foo/type.Resolutions.html'
4 // @has - '//div[@class="item-decl"]/pre[@class="rust"]' "pub type Resolutions<'tcx> = &'tcx u8;"
5 pub type Resolutions<'tcx> = &'tcx u8;