Sign in
rust
/
rust
/
6f28d6569ca7326ceeff96edacb767a2c29c46ea
/
.
/
tests
/
ui
/
parser
/
attribute
/
attr-missing-comma.rs
blob: 33f631ec615e795e88dea5be7fab407f65493a62 [
file
]
fn
main
()
{}
#[
deprecated
(
since
=
"since"
//~ ERROR attribute items not separated with `,`
note
=
"note"
)]
fn
f0
()
{}