mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
12 lines
177 B
Rust
12 lines
177 B
Rust
// build-pass (FIXME(62277): could be check-pass?)
|
|
// pretty-expanded FIXME #23616
|
|
|
|
#![feature(rustc_attrs)]
|
|
|
|
#[rustc_dummy(bar)]
|
|
mod foo {
|
|
#![feature(globs)]
|
|
}
|
|
|
|
fn main() {}
|