mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
619b3e8d4e
Also resolve the type of constants, even if we already turned it into an error constant error constants can still have arbitrary types, and in this case it was turned into an error constant because there was an infer var in the *type* not the *const*. fixes #125760