Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
11 lines
132 B
Rust
11 lines
132 B
Rust
//@ run-pass
|
|
//@ aux-build:issue-2526.rs
|
|
|
|
|
|
#![allow(unused_imports)]
|
|
|
|
extern crate issue_2526;
|
|
use issue_2526::*;
|
|
|
|
pub fn main() {}
|