Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
attributes
/
unrestricted-attribute-tokens.rs
blob: 9f91afb59bf8186fa1138f673673638e76e83ee8 [
file
] [
log
] [
blame
] [
edit
]
//@ build-pass (FIXME(62277): could be check-pass?)
#![
feature
(
rustc_attrs
)]
#[
rustc_dummy
(
a b c d
)]
#[
rustc_dummy
[
a b c d
]]
#[
rustc_dummy
{
a b c d
}]
fn
main
()
{}