mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 10:45:18 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
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
|
|
|