1
Fork 0
rust/compiler/rustc_target/src
Matthias Krüger 65d20f39f3
Rollup merge of #136239 - folkertdev:show-supported-register-classes, r=SparrowLii,jieyouxu
show supported register classes in error message

a simple diagnostic change that shows the supported register classes when an invalid one is found.

This information can be hard to find (especially for unstable targets), and this message now gives at least something to try or search for. I've followed the pattern for invalid clobber ABIs.

`@rustbot` label +A-inline-assembly
2025-02-11 18:04:34 +01:00
..
asm Rollup merge of #136239 - folkertdev:show-supported-register-classes, r=SparrowLii,jieyouxu 2025-02-11 18:04:34 +01:00
callconv compiler: remove reexports from rustc_target::callconv 2025-02-07 11:25:18 -08:00
spec Rollup merge of #136603 - workingjubilee:move-abi-versioning-into-ast, r=compiler-errors 2025-02-11 02:53:44 +01:00
json.rs compiler: remove rustc_target::abi entirely 2025-02-07 11:23:12 -08:00
lib.rs compiler: remove rustc_target::abi entirely 2025-02-07 11:23:12 -08:00
target_features.rs Rollup merge of #136813 - mrkajetanp:aarch32-fp16-target-feature, r=davidtwco 2025-02-11 01:02:41 -05:00
tests.rs Use serde_json for target spec json 2022-06-03 16:46:19 +00:00