summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/tuple-variadic-check.stderr
blob: d127fb858d176d303adfd5677956c9278f58e625 (plain)
1
2
3
4
5
6
7
8
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