You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore imported items in `min_ident_chars`
Suppress the `min_ident_chars` warning for items whose name we cannot control. Do not warn for `use a::b`, but warn for `use a::b as c`, since `c` is a local identifier.
Fixesrust-lang#12232
---
*Please write a short comment explaining your change (or "none" for internal only changes)*
changelog: [`min_ident_chars`]: Do not warn on non-local identifiers
Version: f0bad90
Minimal reproduction:
causes crash:
error: internal compiler error: only scalars and strings supported in compare_values
back trace:
If a field is added to the struct in the above repro case the crash does not occur.
The text was updated successfully, but these errors were encountered: