mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 08:20:38 +00:00
Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
8 lines
91 B
Rust
8 lines
91 B
Rust
//@ run-pass
|
|
//@ aux-build:issue-5518.rs
|
|
|
|
|
|
extern crate issue_5518 as other;
|
|
|
|
fn main() {}
|