rust/tests/ui/lang-items
Esteban Küber bd8b46800d Tweak wording of type errors involving type params
Fix #78206.
2023-10-18 23:53:18 +00:00
..
bad-add-impl.rs Add ICE test for bad Add::add impl item type 2023-02-16 20:58:48 +00:00
bad-add-impl.stderr Add ICE test for bad Add::add impl item type 2023-02-16 20:58:48 +00:00
fn-fn_mut-call-ill-formed.bad_item.stderr Tweak wording 2023-02-16 20:52:29 +00:00
fn-fn_mut-call-ill-formed.bad_sig.stderr Tweak wording 2023-02-16 20:52:29 +00:00
fn-fn_mut-call-ill-formed.fn_bad_item.stderr Tweak wording 2023-02-16 20:52:29 +00:00
fn-fn_mut-call-ill-formed.fn_bad_sig.stderr Tweak wording 2023-02-16 20:52:29 +00:00
fn-fn_mut-call-ill-formed.fn_mut_bad_item.stderr Tweak wording 2023-02-16 20:52:29 +00:00
fn-fn_mut-call-ill-formed.fn_mut_bad_sig.stderr Tweak wording 2023-02-16 20:52:29 +00:00
fn-fn_mut-call-ill-formed.fn_once_bad_item.stderr Tweak wording 2023-02-16 20:52:29 +00:00
fn-fn_mut-call-ill-formed.fn_once_bad_sig.stderr Tweak wording 2023-02-16 20:52:29 +00:00
fn-fn_mut-call-ill-formed.rs Move call trait lang item malformed check to typeck 2023-02-16 20:37:33 +00:00
issue-19660.rs
issue-19660.stderr
issue-31076.rs
issue-31076.stderr
issue-83471.rs
issue-83471.stderr
issue-86238.rs
issue-86238.stderr Tweak wording 2023-02-16 20:52:29 +00:00
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.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.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 Tweak wording of type errors involving type params 2023-10-18 23:53:18 +00: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 Point to where missing return type should go 2023-10-04 21:09:54 +00: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 Prevent using `#[target_feature]` on lang item functions 2023-09-18 20:11:01 +02:00
start_lang_item_with_target_feature.stderr Prevent using `#[target_feature]` on lang item functions 2023-09-18 20:11:01 +02:00