File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,14 +168,14 @@ tcx.sess.emit_err(FieldAlreadyDeclared {
168168 ` slug ` ) for the note's message
169169 - Defaults to ` note ` .
170170 - If applied to a ` Span ` field, creates a spanned note.
171- - ` #[help] ` or ` #[help = " ..." ] ` (_ Optional_ )
171+ - ` #[help] ` or ` #[help( ...) ] ` (_ Optional_ )
172172 - _ Applied to struct or ` Span ` /` () ` fields._
173173 - Adds a help subdiagnostic.
174174 - Value is the Fluent attribute (relative to the Fluent message specified by
175175 ` slug ` ) for the help's message.
176176 - Defaults to ` help ` .
177177 - If applied to a ` Span ` field, creates a spanned help.
178- - ` #[label] ` or ` #[label = " ..." ] ` (_ Optional_ )
178+ - ` #[label] ` or ` #[label( ...) ] ` (_ Optional_ )
179179 - _ Applied to ` Span ` fields._
180180 - Adds a label subdiagnostic.
181181 - Value is the Fluent attribute (relative to the Fluent message specified by
You can’t perform that action at this time.
0 commit comments