mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 09:26:37 +00:00
Place binder correctly for arbitrary trait bound suggestion suggest `for<'a> &'a T: Trait` instead of `&'a T: for<'a> T`.
For more information about how rustc works, see the rustc dev guide.