rust/tests/ui/lang-items
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
..
bad-add-impl.rs
bad-add-impl.stderr
fn-fn_mut-call-ill-formed.bad_item.stderr
fn-fn_mut-call-ill-formed.bad_sig.stderr
fn-fn_mut-call-ill-formed.fn_bad_item.stderr
fn-fn_mut-call-ill-formed.fn_bad_sig.stderr
fn-fn_mut-call-ill-formed.fn_mut_bad_item.stderr
fn-fn_mut-call-ill-formed.fn_mut_bad_sig.stderr
fn-fn_mut-call-ill-formed.fn_once_bad_item.stderr
fn-fn_mut-call-ill-formed.fn_once_bad_sig.stderr
fn-fn_mut-call-ill-formed.rs
issue-19660.rs
issue-19660.stderr
issue-31076.rs
issue-31076.stderr
issue-83471.rs
issue-83471.stderr
issue-86238.rs
issue-86238.stderr
issue-87573.rs
issue-87573.stderr
lang-item-generic-requirements.rs
lang-item-generic-requirements.stderr
lang-item-missing.rs
lang-item-missing.stderr
missing-clone-for-suggestion.rs
missing-clone-for-suggestion.stderr
required-lang-item.rs
required-lang-item.stderr
start_lang_item_args.argc.stderr rustc_hir_analysis: add a helper to check function the signature mismatches 2023-09-19 18:15:23 +02:00
start_lang_item_args.argv_inner_ptr.stderr rustc_hir_analysis: add a helper to check function the signature mismatches 2023-09-19 18:15:23 +02:00
start_lang_item_args.argv.stderr rustc_hir_analysis: add a helper to check function the signature mismatches 2023-09-19 18:15:23 +02:00
start_lang_item_args.main_args.stderr rustc_hir_analysis: add a helper to check function the signature mismatches 2023-09-19 18:15:23 +02:00
start_lang_item_args.main_ret.stderr rustc_hir_analysis: add a helper to check function the signature mismatches 2023-09-19 18:15:23 +02:00
start_lang_item_args.main_ty.stderr rustc_hir_analysis: add a helper to check function the signature mismatches 2023-09-19 18:15:23 +02:00
start_lang_item_args.missing_all_args.stderr rustc_hir_analysis: add a helper to check function the signature mismatches 2023-09-19 18:15:23 +02:00
start_lang_item_args.missing_ret.stderr rustc_hir_analysis: add a helper to check function the signature mismatches 2023-09-19 18:15:23 +02:00
start_lang_item_args.missing_sigpipe_arg.stderr rustc_hir_analysis: add a helper to check function the signature mismatches 2023-09-19 18:15:23 +02:00
start_lang_item_args.rs rustc_hir_analysis: add a helper to check function the signature mismatches 2023-09-19 18:15:23 +02:00
start_lang_item_args.sigpipe.stderr rustc_hir_analysis: add a helper to check function the signature mismatches 2023-09-19 18:15:23 +02:00
start_lang_item_args.start_ret.stderr rustc_hir_analysis: add a helper to check function the signature mismatches 2023-09-19 18:15:23 +02:00
start_lang_item_args.too_many_args.stderr rustc_hir_analysis: add a helper to check function the signature mismatches 2023-09-19 18:15:23 +02:00
start_lang_item_with_target_feature.rs
start_lang_item_with_target_feature.stderr