mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-15 20:45:20 -04:00
c9d0bdccb2
It currently returns a `Vec` but in practice it always has one diagnostic in it. LLM disclosure: Claude Code identified this when I asked it to review `tokentrees.rs`. I made the change by hand and tested it myself.