about summary refs log tree commit diff
path: root/tests/ui/impl-trait/method-resolution4.next.stderr
AgeCommit message (Collapse)AuthorLines
2025-09-26allow method calls on opaqueslcnr-9/+0
2025-09-26use `try_structurally_resolve_type` for method receiverlcnr-2/+2
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.
2024-10-15Register a dummy candidate for failed structural normalization during ↵Michael Goulet-22/+3
candiate assembly
2024-10-15Be better at reporting alias errorsMichael Goulet-31/+5
2024-10-15Make sure the alias is actually rigidMichael Goulet-9/+41
2024-06-13Add some testsOli Scherer-0/+22