mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-30 20:17:50 +00:00

Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
11 lines
146 B
Rust
11 lines
146 B
Rust
//@ build-pass (FIXME(62277): could be check-pass?)
|
|
|
|
#![feature(rustc_attrs)]
|
|
|
|
#[rustc_dummy(bar)]
|
|
mod foo {
|
|
#![feature(globs)]
|
|
}
|
|
|
|
fn main() {}
|