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

error: aborting due to previous error