Skip to content

Commit f6765ca

Browse files
authored
Merge pull request #2811 from rust-lang/ui
Add explanation of default flags for UI tests
2 parents 09dc050 + b99eec0 commit f6765ca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/tests/ui.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,13 @@ but not `tests/rustdoc-ui`) will specify
636636
- `-A unused`
637637
- `-W unused_attributes` (since these tend to be interesting for ui tests)
638638
- `-A internal_features`
639+
- `-A incomplete_features`
640+
- `-A unused_parens`
641+
- `-A unused_braces`
642+
643+
For more details, see [runtest].
644+
645+
[runtest]: https://github.com/rust-lang/rust/blob/HEAD/src/tools/compiletest/src/runtest.rs
639646

640647
If:
641648

0 commit comments

Comments
 (0)