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
260 B
Plaintext
Raw Normal View History

error: user substs: UserSubsts { substs: [&ReStatic u32], user_self_ty: None }
2022-04-01 12:13:25 -05:00
--> $DIR/dump-adt-brace-struct.rs:19: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 previous error