mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-28 09:51:43 +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() {}
|