blob: 15e09f5165a2fbb2984a2670369c59290a9a5e11 [file] [log] [blame]
#![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;