rustc/tests/ui/nll/user-annotations/dump-adt-brace-struct.stderr
2024-06-14 12:43:07 +02:00

9 lines
256 B
Plaintext

error: user args: UserArgs { args: [&ReStatic u32], user_self_ty: None }
--> $DIR/dump-adt-brace-struct.rs:19:5
|
LL | SomeStruct::<&'static u32> { t: &22 };
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error