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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
255 B
Plaintext
Raw Normal View History

2024-03-12 10:53:35 -05:00
error: user args: UserArgs { args: [&'static u32], user_self_ty: None }
--> $DIR/dump-adt-brace-struct.rs:21:5
2018-08-09 10:56:53 -05:00
|
2019-03-09 06:03:44 -06:00
LL | SomeStruct::<&'static u32> { t: &22 };
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-08-09 10:56:53 -05:00
error: aborting due to 1 previous error
2018-08-09 10:56:53 -05:00