mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 18:35:32 +00:00
This commit modifies name resolution to emit an error when non-static lifetimes are used in anonymous constants when the `min_const_generics` feature is enabled. Signed-off-by: David Wood <david@davidtw.co>