2022-06-16 09:50:57 -07: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 13:49:42 -07:00
|
|
|
--> $DIR/tuple-variadic-check.rs:12:7
|
|
|
|
|
|
2022-06-16 09:50:57 -07:00
|
|
|
LL | #[doc(fake_variadic)]
|
|
|
|
| ^^^^^^^^^^^^^
|
2022-06-12 13:49:42 -07:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|