]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/lifetime-name.rs
Rollup merge of #103592 - notriddle:notriddle/notable-traits-notable, r=GuillaumeGomez
[rust.git] / src / test / rustdoc / lifetime-name.rs
1 #![crate_name = "foo"]
2
3 // @has 'foo/type.Resolutions.html'
4 // @has - '//*[@class="rust typedef"]' "pub type Resolutions<'tcx> = &'tcx u8;"
5 pub type Resolutions<'tcx> = &'tcx u8;