mirror of
https://git.proxmox.com/git/rustc
synced 2026-02-04 09:10:25 +00:00
6 lines
148 B
Rust
6 lines
148 B
Rust
#![crate_name = "foo"]
|
|
|
|
// @has foo/fn.f.html
|
|
// @has - '//div[@class="item-decl"]/pre[@class="rust"]' 'pub fn f(_: u8)'
|
|
pub fn f(0u8..=255: u8) {}
|