mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
31010ca61c
Fix span note for question mark expression Fixes rust-lang/rust#144304 Seems it's better to fix the note instead of modifying the span to cover the whole expression. r? `@estebank`