rust/tests/ui/repeat-expr
lcnr 6b379b560d use try_structurally_resolve_type for method receiver
We'll still error due to the `opt_bad_ty` of `method_autoderef_steps`.
This slightly worsens the span of `infer_var.method()` which is now the
same as for `Box::new(infer_var).method()`.

Unlike `structurally_resolve_type`, `probe_op` does not check whether
the infcx is already tainted, so this results in 2 previously not emitted
errors.
2025-09-26 16:33:15 +02:00
..
copy-check-const-element-uninferred-count.rs stabilize gai 2025-06-11 15:30:15 +01:00
copy-check-const-element-uninferred-count.stderr stabilize gai 2025-06-11 15:30:15 +01:00
copy-check-deferred-after-fallback.rs stabilize gai 2025-06-11 15:30:15 +01:00
copy-check-deferred-after-fallback.stderr stabilize gai 2025-06-11 15:30:15 +01:00
copy-check-deferred-before-fallback.rs stabilize gai 2025-06-11 15:30:15 +01:00
copy-check-inference-side-effects.rs stabilize gai 2025-06-11 15:30:15 +01:00
copy-check-inference-side-effects.stderr stabilize gai 2025-06-11 15:30:15 +01:00
copy-check-when-count-inferred-later.rs stabilize gai 2025-06-11 15:30:15 +01:00
copy-check-when-count-inferred-later.stderr stabilize gai 2025-06-11 15:30:15 +01:00
copy-inference-side-effects-are-lazy.gai.stderr Bless 2025-02-27 20:02:25 +00:00
copy-inference-side-effects-are-lazy.rs GAI logic on stable too 2025-05-21 20:38:49 +01:00
copy-inference-side-effects-are-lazy.stderr use try_structurally_resolve_type for method receiver 2025-09-26 16:33:15 +02:00
copy-inference-side-effects.rs Bless 2025-02-27 20:02:25 +00:00
dont-require-copy-on-infer.rs stabilize gai 2025-06-11 15:30:15 +01:00
no-conservative-copy-impl-requirement.rs stabilize gai 2025-06-11 15:30:15 +01:00
no-conservative-copy-impl-requirement.stderr stabilize gai 2025-06-11 15:30:15 +01:00
repeat-expr-in-static.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
repeat-to-run-dtor-twice.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
repeat-to-run-dtor-twice.stderr Remove extra # from url 2024-01-24 00:41:45 +01:00
repeat_count.rs compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
repeat_count.stderr compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
typo-in-repeat-expr-issue-80173.rs Suggest Semicolon in Incorrect Repeat Expressions 2024-12-21 02:30:50 +00:00
typo-in-repeat-expr-issue-80173.stderr Make Diag::multipart_suggestions always verbose 2025-07-10 17:23:29 +00:00