rust/tests/ui/nll/user-annotations/dump-adt-brace-struct.stderr

9 lines
255 B
Plaintext

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