mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-10 06:09:21 +00:00

rustc_resolve: Improve `resolve_const_param_in_non_trivial_anon_const` wording In some contexts, const expressions are OK. Add a `here` to the error message to clarify this. Closes rust-lang/rust#79429 which has 15 x 👍