mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 14:57:28 +00:00
It's much more complicated than it needs to be, and it doesn't modify the expression. We can do the `Result` handling outside of it, and change it to just return a span. Also fix an errant comma that makes the comment hard to read.