mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-10 12:01:23 +00:00
Resolve lifetimes for const generic defaults We weren't visiting the const generic default argument in `rustc_resolve::late::lifetimes`. This seems to fix the issue, and we deny any non-`'static` lifetimes anyways. Fixes #93647