rust/tests/rustdoc/lifetime-name.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
183 B
Rust
Raw Normal View History

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