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<'_> {
815815 . sess
816816 . struct_span_err (
817817 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" ,
819819 )
820820 . emit ( ) ;
821821 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
22 --> $DIR/tuple-variadic-check.rs:12:7
33 |
44LL | #[doc(tuple_variadic)]
You can’t perform that action at this time.
0 commit comments