File tree 1 file changed +2
-2
lines changed
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 {
168
168
` slug ` ) for the note's message
169
169
- Defaults to ` note ` .
170
170
- If applied to a ` Span ` field, creates a spanned note.
171
- - ` #[help] ` or ` #[help = " ..." ] ` (_ Optional_ )
171
+ - ` #[help] ` or ` #[help( ...) ] ` (_ Optional_ )
172
172
- _ Applied to struct or ` Span ` /` () ` fields._
173
173
- Adds a help subdiagnostic.
174
174
- Value is the Fluent attribute (relative to the Fluent message specified by
175
175
` slug ` ) for the help's message.
176
176
- Defaults to ` help ` .
177
177
- If applied to a ` Span ` field, creates a spanned help.
178
- - ` #[label] ` or ` #[label = " ..." ] ` (_ Optional_ )
178
+ - ` #[label] ` or ` #[label( ...) ] ` (_ Optional_ )
179
179
- _ Applied to ` Span ` fields._
180
180
- Adds a label subdiagnostic.
181
181
- Value is the Fluent attribute (relative to the Fluent message specified by
You can’t perform that action at this time.
0 commit comments