about summary refs log tree commit diff
path: root/tests/ui/nll/user-annotations/dump-adt-brace-struct.stderr
blob: edf82593ceed21f44115f7ffad6ab3e7ecc1b4a1 (plain)
1
2
3
4
5
6
7
8
error: user args: UserArgs { args: [&'static u32], user_self_ty: None }
  --> $DIR/dump-adt-brace-struct.rs:21:5
   |
LL |     SomeStruct::<&'static u32> { t: &22 };
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error