Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
8 lines
131 B
Rust
8 lines
131 B
Rust
//@ run-pass
|
|
// https://github.com/rust-lang/rust/issues/21833#issuecomment-72353044
|
|
|
|
|
|
#![cfg_attr(FALSE, no_core)]
|
|
|
|
fn main() { }
|