2022-12-12 04:08:59 -08:00
|
|
|
// This checks that the attribute validation ICE in issue #105594 doesn't
|
|
|
|
|
// recur.
|
|
|
|
|
|
|
|
|
|
fn main() {}
|
|
|
|
|
|
2025-08-09 20:41:01 +02:00
|
|
|
#[track_caller] //~ ERROR attribute cannot be used on
|
2022-12-12 04:08:59 -08:00
|
|
|
static _A: () = ();
|