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