Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
deprecation
/
invalid-literal.rs
blob: fbdfbd1600d7a3eedd987731c03859316a363d75 [
file
] [
log
] [
blame
] [
edit
]
#[
deprecated
=
b
"test"
]
//~ ERROR malformed `deprecated` attribute
fn
foo
()
{}
fn
main
()
{}