2022-02-01 12:29:46 +01:00
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
|
|
|
|
|
// @has 'foo/type.Resolutions.html'
|
2023-01-14 10:58:55 -07:00
|
|
|
// @has - '//div[@class="item-decl"]/pre[@class="rust"]' "pub type Resolutions<'tcx> = &'tcx u8;"
|
2022-02-01 12:29:46 +01:00
|
|
|
pub type Resolutions<'tcx> = &'tcx u8;
|