rust/tests/ui/panic-handler
bors aace2dfa37 Auto merge of #115910 - eduardosm:lang-fns-target-features, r=cjgillot
Prevent using `#[target_feature]` on lang item functions

Fixes https://github.com/rust-lang/rust/issues/109411 and also prevents from using `#[target_feature]` on other `fn` lang items to mitigate the concerns from https://github.com/rust-lang/rust/issues/109411#issuecomment-1477030273.
2023-09-22 05:07:45 +00:00
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
panic-handler-bad-signature-1.rs rustc_hir_analysis: add a helper to check function the signature mismatches 2023-09-19 18:15:23 +02:00
panic-handler-bad-signature-1.stderr rustc_hir_analysis: add a helper to check function the signature mismatches 2023-09-19 18:15:23 +02:00
panic-handler-bad-signature-2.rs rustc_hir_analysis: add a helper to check function the signature mismatches 2023-09-19 18:15:23 +02:00
panic-handler-bad-signature-2.stderr wrap fn sig binders in fn ptr 2023-09-19 21:15:58 +02:00
panic-handler-bad-signature-3.rs rustc_hir_analysis: add a helper to check function the signature mismatches 2023-09-19 18:15:23 +02:00
panic-handler-bad-signature-3.stderr rustc_hir_analysis: add a helper to check function the signature mismatches 2023-09-19 18:15:23 +02:00
panic-handler-bad-signature-4.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
panic-handler-bad-signature-4.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
panic-handler-bad-signature-5.rs rustc_hir_analysis: add a helper to check function the signature mismatches 2023-09-19 18:15:23 +02:00
panic-handler-bad-signature-5.stderr wrap fn sig binders in fn ptr 2023-09-19 21:15:58 +02:00
panic-handler-duplicate.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
panic-handler-duplicate.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
panic-handler-missing.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
panic-handler-requires-panic-info.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
panic-handler-requires-panic-info.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
panic-handler-std.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
panic-handler-std.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
panic-handler-twice.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
panic-handler-with-target-feature.rs Prevent using #[target_feature] on lang item functions 2023-09-18 20:11:01 +02:00
panic-handler-with-target-feature.stderr Prevent using #[target_feature] on lang item functions 2023-09-18 20:11:01 +02:00
panic-handler-wrong-location.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
panic-handler-wrong-location.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
weak-lang-item-2.rs change test to use if black_box(false) 2023-08-07 15:42:24 +02:00
weak-lang-item.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
weak-lang-item.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00