mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
95ff642797
Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
9 lines
104 B
Rust
9 lines
104 B
Rust
//@ run-pass
|
|
#![allow(dead_code)]
|
|
|
|
|
|
|
|
fn altsimple(f: isize) { match f { _x => () } }
|
|
|
|
pub fn main() { }
|