Document edition flag for UI tests

This commit is contained in:
Joshua Nelson 2020-09-08 20:20:08 -04:00 committed by Who? Me?!
parent eb39e07c58
commit 71853f5a5c
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ source.
supposed to error out.
* `compile-flags` passes extra command-line args to the compiler,
e.g. `compile-flags -g` which forces debuginfo to be enabled.
* `edition` controls the edition the test should be compiled with: `// edition:2018`
* `should-fail` indicates that the test should fail; used for "meta
testing", where we test the compiletest program itself to check that
it will generate errors in appropriate scenarios. This header is