mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
ba542c823d
Don't actually make bound ty/const for RTN Avoid creating an unnecessary non-lifetime binder when we do RTN on a method that has ty/const params. Fixes #120208 r? oli-obk