Skip to content

Commit 04149de

Browse files
committed
Auto merge of #148314 - matthiaskrgr:rollup-yo55adr, r=matthiaskrgr
Rollup of 4 pull requests Successful merges: - rust-lang/rust#144291 (Constify trait aliases) - rust-lang/rust#147633 (Add new `--bypass-ignore-backends` option) - rust-lang/rust#148252 (Improve diagnose for unconditional panic when resource limit) - rust-lang/rust#148262 (Fix types being marked as dead when they are inferred generic arguments) r? `@ghost` `@rustbot` modify labels: rollup
2 parents a72ced6 + 75f66f7 commit 04149de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tests/directives.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,9 @@ settings:
207207
on `wasm32-unknown-unknown` target because the target does not support the
208208
`proc-macro` crate type.
209209
- `needs-target-std` — ignores if target platform does not have std support.
210-
- `ignore-backends` — ignores the listed backends, separated by whitespace characters.
210+
- `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.
211213
- `needs-backends` — only runs the test if current codegen backend is listed.
212214

213215
The following directives will check LLVM support:

0 commit comments

Comments
 (0)