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