2022-02-01 05:29:46 -06:00
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
2024-06-21 07:03:08 -05:00
|
|
|
//@ has 'foo/type.Resolutions.html'
|
|
|
|
//@ 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;
|