We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09dc050 commit b99eec0Copy full SHA for b99eec0
1 file changed
src/tests/ui.md
@@ -636,6 +636,13 @@ but not `tests/rustdoc-ui`) will specify
636
- `-A unused`
637
- `-W unused_attributes` (since these tend to be interesting for ui tests)
638
- `-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
646
647
If:
648
0 commit comments