rust/tests/ui/inference
2023-10-20 08:46:27 +00:00
..
auxiliary
need_type_info Reorder fullfillment errors to keep more interesting ones first 2023-10-04 02:04:14 +00:00
ambiguous_type_parameter.rs
ambiguous_type_parameter.stderr
array-len-mismatch.rs
array-len-mismatch.stderr
cannot-infer-async.rs
cannot-infer-async.stderr
cannot-infer-closure-circular.rs
cannot-infer-closure-circular.stderr Reorder fullfillment errors to keep more interesting ones first 2023-10-04 02:04:14 +00:00
cannot-infer-closure.rs
cannot-infer-closure.stderr
cannot-infer-partial-try-return.rs
cannot-infer-partial-try-return.stderr
char-as-str-multi.rs
char-as-str-multi.stderr
char-as-str-single.fixed
char-as-str-single.rs
char-as-str-single.stderr
deref-suggestion.rs
deref-suggestion.stderr
erase-type-params-in-label.rs
erase-type-params-in-label.stderr
infer-binary-operand-behind-reference.rs
inference_unstable_featured.rs
inference_unstable_featured.stderr
inference_unstable_forced.rs
inference_unstable_forced.stderr
inference_unstable.rs
inference_unstable.stderr
inference-variable-behind-raw-pointer.rs
inference-variable-behind-raw-pointer.stderr
issue-28935.rs
issue-36053.rs
issue-70082.rs
issue-70082.stderr
issue-70703.rs
issue-71309.rs
issue-71309.stderr
issue-71584.rs Fix windows test that has different stderr output 2023-10-06 15:51:04 +00:00
issue-71584.stderr Fix windows test that has different stderr output 2023-10-06 15:51:04 +00:00
issue-71732.rs
issue-71732.stderr
issue-72616.rs
issue-72616.stderr Tweak output of to_pretty_impl_header involving only anon lifetimes 2023-08-28 17:17:11 +00:00
issue-72690.rs
issue-72690.stderr Reorder fullfillment errors to keep more interesting ones first 2023-10-04 02:04:14 +00:00
issue-80409.rs
issue-80816.rs
issue-80816.stderr
issue-81522.rs
issue-83606.rs
issue-83606.stderr
issue-86094-suggest-add-return-to-coerce-ret-ty.rs Suggest adding return if the type of unused semi return value can coerce to the fn return type 2023-10-15 22:57:03 +08:00
issue-86094-suggest-add-return-to-coerce-ret-ty.stderr Suggest adding return if the type of unused semi return value can coerce to the fn return type 2023-10-15 22:57:03 +08:00
issue-86162-1.rs
issue-86162-1.stderr
issue-86162-2.rs
issue-86162-2.stderr
issue-103587.rs
issue-103587.stderr
issue-104649.rs
issue-104649.stderr Reorder fullfillment errors to keep more interesting ones first 2023-10-04 02:04:14 +00:00
issue-107090.rs Avoid a track_errors by bubbling up most errors from check_well_formed 2023-10-20 08:46:27 +00:00
issue-107090.stderr Avoid a track_errors by bubbling up most errors from check_well_formed 2023-10-20 08:46:27 +00:00
issue-113354.fixed While let suggestion will work for closure 2023-07-11 22:00:53 +08:00
issue-113354.rs While let suggestion will work for closure 2023-07-11 22:00:53 +08:00
issue-113354.stderr While let suggestion will work for closure 2023-07-11 22:00:53 +08:00
lub-glb-with-unbound-infer-var.rs
multiple-impl-apply.rs Reorder fullfillment errors to keep more interesting ones first 2023-10-04 02:04:14 +00:00
multiple-impl-apply.stderr Reorder fullfillment errors to keep more interesting ones first 2023-10-04 02:04:14 +00:00
newlambdas-ret-infer2.rs
newlambdas-ret-infer.rs
question-mark-type-infer.rs Reorder fullfillment errors to keep more interesting ones first 2023-10-04 02:04:14 +00:00
question-mark-type-infer.stderr Reorder fullfillment errors to keep more interesting ones first 2023-10-04 02:04:14 +00:00
range-type-infer.rs
simple-infer.rs
str-as-char.fixed Fix suggestion for attempting to define a string with single quotes 2023-08-16 21:51:57 +01:00
str-as-char.rs Fix suggestion for attempting to define a string with single quotes 2023-08-16 21:51:57 +01:00
str-as-char.stderr Fix suggestion for attempting to define a string with single quotes 2023-08-16 21:51:57 +01:00
tutorial-suffix-inference-test.rs
tutorial-suffix-inference-test.stderr
type-infer-generalize-ty-var.rs Don't select infer -> dyn Trait 2023-08-01 23:12:03 +00:00