Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
attributes
/
issue-105594-invalid-attr-validation.rs
blob: f9e01cd1507ec64ecbfffd3b6c2e1ee3cff41664 [
file
] [
log
] [
blame
]
// This checks that the attribute validation ICE in issue #105594 doesn't
// recur.
fn
main
()
{}
#[
track_caller
]
//~ ERROR attribute cannot be used on
static
_A
:
()
=
();