mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
187d1afa9d
Give a better diagnostic for missing parens in Fn* bounds Fixes #108109 It would be nice to try and recover here, but I'm not sure it's worth the effort, especially as the bounds on the recovered function would be incorrect.