mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
31375d2074
and use rustc_hir_pretty directly instead
6 lines
134 B
Rust
6 lines
134 B
Rust
#![crate_name = "foo"]
|
|
|
|
// @has foo/fn.f.html
|
|
// @has - '//*[@class="rust fn"]' 'pub fn f(0u8 ...255: u8)'
|
|
pub fn f(0u8...255: u8) {}
|