Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
attributes
/
attr-mix-new.rs
blob: bb2bab8f26781a24ec685728541c97685178ea40 [
file
] [
log
] [
blame
] [
edit
]
//@ build-pass (FIXME(62277): could be check-pass?)
//@ pretty-expanded FIXME #23616
#![
feature
(
rustc_attrs
)]
#[
rustc_dummy
(
bar
)]
mod
foo
{
#![
feature
(
globs
)]
}
fn
main
()
{}