We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--bypass-ignore-backends
1 parent d6d9fa8 commit 36ac107Copy full SHA for 36ac107
src/doc/rustc-dev-guide/src/tests/directives.md
@@ -207,7 +207,9 @@ settings:
207
on `wasm32-unknown-unknown` target because the target does not support the
208
`proc-macro` crate type.
209
- `needs-target-std` — ignores if target platform does not have std support.
210
-- `ignore-backends` — ignores the listed backends, separated by whitespace characters.
+- `ignore-backends` — ignores the listed backends, separated by whitespace characters. Please note
211
+ that this directive can be overriden with the `--bypass-ignore-backends=[BACKEND]` command line
212
+ flag.
213
- `needs-backends` — only runs the test if current codegen backend is listed.
214
215
The following directives will check LLVM support:
0 commit comments