mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
9 lines
254 B
Plaintext
9 lines
254 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 previous error
|
|
|