about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/parser-slice-array.js
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-06-13 05:19:13 +0200
committerGitHub <noreply@github.com>2025-06-13 05:19:13 +0200
commitad90ea89ac60591103aef8b328bd32cc0358fd51 (patch)
treefaefb2c5ef0c6426ee3e0ccdb9c9400ecdbdbf1b /tests/rustdoc-js-std/parser-slice-array.js
parent98e21c8dfb6884780af42d68a19439346419cb64 (diff)
parentf485c26dee8591013fe205e0bbbb3fcec7f7eea9 (diff)
downloadrust-ad90ea89ac60591103aef8b328bd32cc0358fd51.tar.gz
rust-ad90ea89ac60591103aef8b328bd32cc0358fd51.zip
Rollup merge of #135927 - azhogin:azhogin/retpoline, r=davidtwco
retpoline and retpoline-external-thunk flags (target modifiers) to enable retpoline-related target features

`-Zretpoline` and `-Zretpoline-external-thunk` flags are target modifiers (tracked to be equal in linked crates).
* Enables target features for `-Zretpoline-external-thunk`:
`+retpoline-external-thunk`, `+retpoline-indirect-branches`, `+retpoline-indirect-calls`.
* Enables target features for `-Zretpoline`:
`+retpoline-indirect-branches`, `+retpoline-indirect-calls`.

It corresponds to clang -mretpoline & -mretpoline-external-thunk flags.

Also this PR forbids to specify those target features manually (warning).

Issue: rust-lang/rust#116852
Diffstat (limited to 'tests/rustdoc-js-std/parser-slice-array.js')
0 files changed, 0 insertions, 0 deletions