2022-02-01 05:29:46 -06:00
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
|
|
|
// @has 'foo/type.Resolutions.html'
|
2023-01-30 12:05:12 -06:00
|
|
|
// @has - '//pre[@class="rust item-decl"]' "pub type Resolutions<'tcx> = &'tcx u8;"
|
2022-02-01 05:29:46 -06:00
|
|
|
pub type Resolutions<'tcx> = &'tcx u8;
|