rust/tests/ui/inference
Nilstrieb 41e8d152dc Show number in error message even for one error
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-24 19:15:52 +01:00
..
auxiliary
need_type_info Show number in error message even for one error 2023-11-24 19:15:52 +01:00
ambiguous_type_parameter.rs
ambiguous_type_parameter.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
array-len-mismatch.rs Suggest the correct array length on mismatch 2023-02-12 02:15:41 +00:00
array-len-mismatch.stderr Suggest the correct array length on mismatch 2023-02-12 02:15:41 +00:00
cannot-infer-async.rs
cannot-infer-async.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
cannot-infer-closure-circular.rs
cannot-infer-closure-circular.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
cannot-infer-closure.rs
cannot-infer-closure.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
cannot-infer-partial-try-return.rs
cannot-infer-partial-try-return.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
char-as-str-multi.rs
char-as-str-multi.stderr
char-as-str-single.fixed fix type suggestions in match arms 2023-03-25 22:27:24 +01:00
char-as-str-single.rs fix type suggestions in match arms 2023-03-25 22:27:24 +01:00
char-as-str-single.stderr fix type suggestions in match arms 2023-03-25 22:27:24 +01:00
deref-suggestion.rs Suggest deref on comparison binop RHS even if type is not Copy 2023-04-19 16:47:11 +00:00
deref-suggestion.stderr Point at correct exprs for assert_eq type mismatch 2023-06-08 16:30:05 +00:00
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 Show number in error message even for one error 2023-11-24 19:15:52 +01:00
inference_unstable_forced.rs
inference_unstable_forced.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
inference_unstable.rs diagnostics: update test cases to refer to assoc fn with self as method 2023-02-22 08:40:47 -07:00
inference_unstable.stderr diagnostics: update test cases to refer to assoc fn with self as method 2023-02-22 08:40:47 -07:00
inference-variable-behind-raw-pointer.rs
inference-variable-behind-raw-pointer.stderr
issue-28935.rs
issue-36053.rs
issue-70082.rs diagnostics: add test case for already-solved issue 2023-04-25 13:07:09 -07:00
issue-70082.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-70703.rs
issue-71309.rs
issue-71309.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-71584.rs Fix windows test that has different stderr output 2023-10-06 15:51:04 +00:00
issue-71584.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-71732.rs
issue-71732.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
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 Add regression test for #80409 2023-04-05 21:20:07 +09:00
issue-80816.rs
issue-80816.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-81522.rs
issue-83606.rs defer array len printing to const arg printing 2023-01-18 04:07:39 +00:00
issue-83606.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
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 Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-86162-2.rs
issue-86162-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-103587.rs
issue-103587.stderr
issue-104649.rs
issue-104649.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01: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 Show number in error message even for one error 2023-11-24 19:15:52 +01: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 Show number in error message even for one error 2023-11-24 19:15:52 +01: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 Show number in error message even for one error 2023-11-24 19:15:52 +01: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