summaryrefslogtreecommitdiffstats
path: root/tests/ui/nll/user-annotations/dump-fn-method.stderr
blob: 1daf49825116bdadfd6ade585e9b9098a52078ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
error: user args: UserArgs { args: [&ReStatic u32], user_self_ty: None }
  --> $DIR/dump-fn-method.rs:29:13
   |
LL |     let x = foo::<&'static u32>;
   |             ^^^^^^^^^^^^^^^^^^^

error: user args: UserArgs { args: [^0, u32, ^1], user_self_ty: None }
  --> $DIR/dump-fn-method.rs:35:13
   |
LL |     let x = <_ as Bazoom<u32>>::method::<_>;
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: user args: UserArgs { args: [u8, &ReStatic u16, u32], user_self_ty: None }
  --> $DIR/dump-fn-method.rs:44:13
   |
LL |     let x = <u8 as Bazoom<&'static u16>>::method::<u32>;
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: user args: UserArgs { args: [^0, ^1, u32], user_self_ty: None }
  --> $DIR/dump-fn-method.rs:52:5
   |
LL |     y.method::<u32>(44, 66);
   |     ^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 4 previous errors