summaryrefslogtreecommitdiffstats
path: root/tests/ui/nll/user-annotations/dump-adt-brace-struct.stderr
blob: 0cabc02c6b5db06c6386064d8e23cfb145044822 (plain)
1
2
3
4
5
6
7
8
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