File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
compiler/rustc_passes/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -815,7 +815,7 @@ impl CheckAttrVisitor<'_> {
815
815
. sess
816
816
. struct_span_err (
817
817
meta. span ( ) ,
818
- "`#[doc(tuple_variadic)]` must used on the first of a set of tuple trait impls with varying arity" ,
818
+ "`#[doc(tuple_variadic)]` must be used on the first of a set of tuple trait impls with varying arity" ,
819
819
)
820
820
. emit ( ) ;
821
821
return false ;
Original file line number Diff line number Diff line change 1
- error: `#[doc(tuple_variadic)]` must used on the first of a set of tuple trait impls with varying arity
1
+ error: `#[doc(tuple_variadic)]` must be used on the first of a set of tuple trait impls with varying arity
2
2
--> $DIR/tuple-variadic-check.rs:12:7
3
3
|
4
4
LL | #[doc(tuple_variadic)]
You can’t perform that action at this time.
0 commit comments