We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b11c1 commit d333d1eCopy full SHA for d333d1e
src/tests/adding.md
@@ -179,7 +179,8 @@ source.
179
supposed to error out.
180
* `compile-flags` passes extra command-line args to the compiler,
181
e.g. `compile-flags -g` which forces debuginfo to be enabled.
182
-* `edition` controls the edition the test should be compiled with: `// edition:2018`
+* `edition` controls the edition the test should be compiled with (defaults to 2015).
183
+ Example usage: `// edition:2018`
184
* `should-fail` indicates that the test should fail; used for "meta
185
testing", where we test the compiletest program itself to check that
186
it will generate errors in appropriate scenarios. This header is
0 commit comments