Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
tests
/
ui
/
attributes
/
issue-105594-invalid-attr-validation.rs
blob: cb196471fd75ecf5a78999ba4750c2f6c8b0fe97 [
file
] [
log
] [
blame
]
// This checks that the attribute validation ICE in issue #105594 doesn't
// recur.
fn
main
()
{}
#[
track_caller
]
//~ ERROR attribute should be applied to a function
static
_A
:
()
=
();