mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
95ff642797
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() {}
|