2024-02-26 16:49:25 +00:00
|
|
|
error[E0107]: trait takes at most 2 generic arguments but 5 generic arguments were supplied
|
|
|
|
--> $DIR/issue-101739-2.rs:17:14
|
2022-10-03 17:51:18 +09:00
|
|
|
|
|
2024-08-27 14:05:54 +00:00
|
|
|
LL | Dst: TransmuteFrom<
|
|
|
|
| ^^^^^^^^^^^^^ expected at most 2 generic arguments
|
2024-08-19 01:14:09 +01:00
|
|
|
...
|
|
|
|
LL | ASSUME_ALIGNMENT,
|
|
|
|
| _________________________________-
|
|
|
|
LL | | ASSUME_LIFETIMES,
|
|
|
|
LL | | ASSUME_VALIDITY,
|
|
|
|
LL | | ASSUME_VISIBILITY,
|
|
|
|
| |_________________________________- help: remove the unnecessary generic arguments
|
2022-10-03 17:51:18 +09:00
|
|
|
|
2024-09-08 01:49:25 -04:00
|
|
|
error: aborting due to 1 previous error
|
2022-10-03 17:51:18 +09:00
|
|
|
|
2024-09-08 01:49:25 -04:00
|
|
|
For more information about this error, try `rustc --explain E0107`.
|