mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
rustdoc: add missing article
Co-authored-by: Jacob Hoffman-Andrews <github@hoffman-andrews.com>
This commit is contained in:
parent
95ae4c9295
commit
94396711dd
@ -815,7 +815,7 @@ impl CheckAttrVisitor<'_> {
|
||||
.sess
|
||||
.struct_span_err(
|
||||
meta.span(),
|
||||
"`#[doc(tuple_variadic)]` must used on the first of a set of tuple trait impls with varying arity",
|
||||
"`#[doc(tuple_variadic)]` must be used on the first of a set of tuple trait impls with varying arity",
|
||||
)
|
||||
.emit();
|
||||
return false;
|
||||
|
@ -1,4 +1,4 @@
|
||||
error: `#[doc(tuple_variadic)]` must used on the first of a set of tuple trait impls with varying arity
|
||||
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)]
|
||||
|
Loading…
Reference in New Issue
Block a user