| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-26 | allow method calls on opaques | lcnr | -9/+0 | |
| 2025-09-26 | use `try_structurally_resolve_type` for method receiver | lcnr | -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-06-11 | Also test under next solver | Oli Scherer | -0/+9 | |
