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