rust/tests/ui/attributes/issue-105594-invalid-attr-validation.rs
Jonathan Brouwer 4bb7bf64e0
Update uitests
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
2025-08-14 18:18:42 +02:00

8 lines
173 B
Rust

// 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: () = ();