Merge from rustc

This commit is contained in:
The rustc-dev-guide Cronjob Bot 2025-06-12 04:06:44 +00:00
commit ee03ec2984
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ settings:
`//@ needs-crate-type: cdylib, proc-macro` will cause the test to be ignored
on `wasm32-unknown-unknown` target because the target does not support the
`proc-macro` crate type.
- `needs-target-std` — ignores if target platform does not have std support.
The following directives will check LLVM support: