rust/tests/ui/nll/user-annotations/dump-adt-brace-struct.stderr
2023-01-11 09:32:08 +00:00

9 lines
260 B
Plaintext

error: user substs: UserSubsts { substs: [&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