We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a54bc6 commit 8ca0464Copy full SHA for 8ca0464
src/tests/adding.md
@@ -194,7 +194,10 @@ source.
194
Error annotations specify the errors that the compiler is expected to
195
emit. They are "attached" to the line in source where the error is
196
located. Error annotations are considered during tidy lints of line
197
-length and should be formatted according to tidy requirements.
+length and should be formatted according to tidy requirements. You may
198
+use an error message prefix sub-string if necessary to meet line length
199
+requirements. Make sure that the text is long enough for the error
200
+message to be self-documenting.
201
202
The error annotation definition and source line definition association
203
is defined with the following set of idioms:
0 commit comments