mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-15 07:44:23 +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>