2022-06-16 11:50:57 -05:00
|
|
|
error: `#[doc(fake_variadic)]` must be used on the first of a set of tuple or fn pointer trait impls with varying arity
|
2022-06-12 15:49:42 -05:00
|
|
|
--> $DIR/tuple-variadic-check.rs:12:7
|
|
|
|
|
|
2022-06-16 11:50:57 -05:00
|
|
|
LL | #[doc(fake_variadic)]
|
|
|
|
| ^^^^^^^^^^^^^
|
2022-06-12 15:49:42 -05:00
|
|
|
|
2023-11-21 10:44:51 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-06-12 15:49:42 -05:00
|
|
|
|