mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
9 lines
256 B
Plaintext
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
|
|
|