rust/src/test/ui/mir
Aaron Hill dea8a16af5
Avoid describing a method as 'not found' when bounds are unsatisfied
Fixes #76267

When there is a single applicable method candidate, but its trait bounds
are not satisfied, we avoid saying that the method is "not found".
Insted, we update the error message to directly mention which bounds are
not satisfied, rather than mentioning them in a note.
2021-01-26 23:59:50 -05:00
..
auxiliary Limit storage duration of inlined always live locals 2020-11-15 00:00:00 +00:00
mir-inlining Inlining enabled by -mir-opt-level > 1 is incompatible with coverage 2021-01-04 11:06:42 -08:00
issue-60390.rs Add test for issue-60390 2020-03-13 16:06:08 +09:00
issue-66851.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-66930.rs Add test for #66930 2020-05-28 16:50:10 +09:00
issue-67639-normalization-ice.rs Fix ICE involving calling Instance.ty during const evaluation 2020-01-05 14:37:59 -05:00
issue-67710-inline-projection.rs Ensure that we process projections during MIR inlining 2020-01-01 20:10:55 -05:00
issue-67947.rs Delay bug to prevent ICE in MIR borrowck 2020-01-09 05:57:28 +09:00
issue-67947.stderr Delay bug to prevent ICE in MIR borrowck 2020-01-09 05:57:28 +09:00
issue-68841.rs Add test for issue-68841 2020-10-20 17:07:11 +09:00
issue-71793-inline-args-storage.rs inliner: Emit storage markers for introduced arg temporaries 2020-09-03 17:01:27 +02:00
issue-75053.rs Add test for issue-75053 2020-10-20 17:07:27 +09:00
issue-75419-validation-impl-trait.rs allow escaping bound vars when normalizing ty::Opaque 2020-08-12 09:08:34 +02:00
issue-76248.rs Fold length constant in Rvalue::Repeat 2020-09-02 19:06:47 +02:00
issue-76375.rs Limit storage duration of inlined always live locals 2020-11-15 00:00:00 +00:00
issue-76740-copy-propagation.rs [mir-opt] Introduce a new flag to enable experimental/unsound mir opts 2020-09-27 19:21:01 -04:00
issue-76803-branches-not-same.rs [mir-opt] Disable the ConsideredEqual logic in SimplifyBranchSame opt 2020-09-17 09:36:50 -04:00
issue-77359-simplify-arm-identity.rs Fix test name 2020-10-02 14:33:23 -07:00
issue-77911.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
issue-78496.rs fix test case issue ref 2020-12-09 20:11:32 -08:00
issue-80742.rs Fix ICE in mir when evaluating SizeOf on unsized type 2021-01-19 18:35:21 +03:00
issue-80742.stderr Avoid describing a method as 'not found' when bounds are unsatisfied 2021-01-26 23:59:50 -05:00
issue66339.rs const-prop: Restrict scalar pair propagation 2019-12-06 19:36:34 +03:00
mir-typeck-normalize-fn-sig.rs
mir_adt_construction.rs
mir_ascription_coercion.rs
mir_assign_eval_order.rs fix various typos 2020-03-06 15:19:31 +01:00
mir_augmented_assignments.rs
mir_autoderef.rs
mir_boxing.rs
mir_build_match_comparisons.rs
mir_call_with_associated_type.rs
mir_calls_to_shims.rs Revert "Remove #![feature(never_type)] from tests." 2019-12-14 09:01:04 -05:00
mir_cast_fn_ret.rs lints: add improper_ctypes_definitions 2020-06-24 12:09:35 +01:00
mir_codegen_array.rs
mir_codegen_array_2.rs
mir_codegen_call_converging.rs
mir_codegen_calls.rs Update code to account for extern ABI requirement 2021-01-13 07:49:45 -05:00
mir_codegen_calls_converging_drops.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
mir_codegen_calls_converging_drops_2.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
mir_codegen_calls_diverging.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
mir_codegen_calls_diverging_drops.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
mir_codegen_critical_edge.rs
mir_codegen_spike1.rs
mir_codegen_switch.rs
mir_codegen_switchint.rs
mir_coercion_casts.rs
mir_coercions.rs
mir_const_prop_tuple_field_reorder.rs add tests related to tuple scalar layout with ZST in last field 2020-08-30 14:58:03 -04:00
mir_constval_adts.rs
mir_detects_invalid_ops.rs The const propagator cannot trace references. 2020-06-23 10:18:14 +02:00
mir_detects_invalid_ops.stderr Make invalid integer operation messages consistent 2020-09-26 13:34:49 +01:00
mir_drop_order.rs Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
mir_drop_panics.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
mir_dynamic_drops_1.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
mir_dynamic_drops_2.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
mir_dynamic_drops_3.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
mir_early_return_scope.rs
mir_fat_ptr.rs
mir_fat_ptr_drop.rs
mir_heavy_promoted.rs
mir_indexing_oob_1.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
mir_indexing_oob_2.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
mir_indexing_oob_3.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
mir_match_arm_guard.rs
mir_match_test.rs
mir_misc_casts.rs
mir_overflow_off.rs
mir_raw_fat_ptr.rs add raw-addr-of variant to mir_raw_fat_ptr 2020-02-02 20:51:24 +01:00
mir_refs_correct.rs
mir_small_agg_arg.rs
mir_static_subtype.rs
mir_struct_with_assoc_ty.rs
mir_temp_promotions.rs
mir_void_return.rs
mir_void_return_2.rs
simplify-branch-same.rs Add regression test for SimplifyBranchSame miscompilation 2020-10-04 00:00:00 +00:00
ssa-analysis-regression-50041.rs Add a regression test for #50041 2021-01-16 01:34:28 +02:00