summaryrefslogtreecommitdiffstats
path: root/tests/ui/inference/need_type_info/do-not-suggest-generic-arguments-for-turbofish.stderr
blob: 2ad35ab039f4c8062b60d4eebaa09763a077615e (plain)
1
2
3
4
5
6
7
8
9
error[E0282]: type annotations needed
  --> $DIR/do-not-suggest-generic-arguments-for-turbofish.rs:8:5
   |
LL |     OhNo::C::<u32, _>;
   |     ^^^^^^^^^^^^^^^^^ cannot infer type of the type parameter `U` declared on the enum `OhNo`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0282`.