mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-01 00:36:54 +00:00

The bug was triggered by a particular usage of the `?` try operator in a proc-macro expansion. Thanks to lqd for the minimization. Co-authored-by: Rémy Rakic <remy.rakic+github@gmail.com>