blob: 1e583f1811df2c3e3365cd696d5877da0d203b10 [file] [log] [blame] [edit]
#![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;