about summary refs log tree commit diff
path: root/tests/ui/proc-macro/quote/not-repeatable.stderr
AgeCommit message (Collapse)AuthorLines
2025-09-26use `try_structurally_resolve_type` for method receiverlcnr-2/+9
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-06-17Add support for repetition to `proc_macro::quote`Tomoaki Kobayashi-4/+19
2025-01-09Migrate check-fail tests for `proc_macro::quote!` from `quote` crateAsuna-0/+10