mirror of
https://git.proxmox.com/git/rustc
synced 2025-11-06 03:12:37 +00:00
6 lines
197 B
Rust
6 lines
197 B
Rust
#![crate_name = "foo"]
|
|
|
|
// @has 'foo/type.Resolutions.html'
|
|
// @has - '//div[@class="item-decl"]/pre[@class="rust"]' "pub type Resolutions<'tcx> = &'tcx u8;"
|
|
pub type Resolutions<'tcx> = &'tcx u8;
|