mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
ac258e9e02
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.