mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
87a354b15d
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
259 B
Plaintext
9 lines
259 B
Plaintext
error: `#[doc(fake_variadic)]` must be used on the first of a set of tuple or fn pointer trait impls with varying arity
|
|
--> $DIR/tuple-variadic-check.rs:12:7
|
|
|
|
|
LL | #[doc(fake_variadic)]
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|