blob: 358d06d6a42dd4a5028eea021d2c83a5e3b9b4f5 (
plain)
1
2
3
4
5
6
7
8
|
error: `#[doc(tuple_variadic)]` must be used on the first of a set of tuple trait impls with varying arity
--> $DIR/tuple-variadic-check.rs:12:7
|
LL | #[doc(tuple_variadic)]
| ^^^^^^^^^^^^^^
error: aborting due to previous error
|