index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
deprecation
/
invalid-literal.rs
blob: fbdfbd1600d7a3eedd987731c03859316a363d75 (
plain
)
1
2
3
4
#[deprecated = b
"test"
]
//~ ERROR malformed `deprecated` attribute
fn
foo
()
{}
fn
main
()
{}