mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
6cf4fd32bb
Emit user type annotations for free consts in pattern position This previously wasnt done because free consts couldn't have any generic parameters that need to be preserved for borrowck. This is no longer the case with `feature(generic_const_items)` r? fmease