]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-2951.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-2951.stderr
1 error[E0308]: mismatched types
2   --> $DIR/issue-2951.rs:3:10
3    |
4 LL |     xx = y;
5    |          ^ expected type parameter, found a different type parameter
6    |
7    = note: expected type `T`
8               found type `U`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0308`.