]> git.lizzy.rs Git - rust.git/blob - tests/ui/transmutability/issue-101739-2.stderr
fn-trait-closure test now pass on new solver
[rust.git] / tests / ui / transmutability / issue-101739-2.stderr
1 error[E0107]: this trait takes at most 3 generic arguments but 6 generic arguments were supplied
2   --> $DIR/issue-101739-2.rs:18:14
3    |
4 LL |           Dst: BikeshedIntrinsicFrom<
5    |                ^^^^^^^^^^^^^^^^^^^^^ expected at most 3 generic arguments
6 ...
7 LL | /             ASSUME_LIFETIMES,
8 LL | |             ASSUME_VALIDITY,
9 LL | |             ASSUME_VISIBILITY,
10    | |_____________________________- help: remove these generic arguments
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0107`.