mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 22:06:53 +00:00
9 lines
257 B
Plaintext
9 lines
257 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 previous error
|
|
|