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
It looks like it's attempting to use g++ to compile our LLVM glue, when g++ doesn't exist. The weird part is that the configure script picked up clang++ and exported it!
The text was updated successfully, but these errors were encountered:
…4381)
When lowering a destructuring assignment from AST to HIR, the compiler
will reuse the same identifier name (namely `sym::lhs`) for all the
fields. The desugaring must be checked for to avoid a false positive of
the `shadow_unrelated` lint.
Fixrust-lang#10279Fixrust-lang#14377
changelog: [`shadow_unrelated`]: prevent false positive in destructuring
assignments
Forked off from @alexcrichton comments here on PR 1382 which I am transcribing below:
The text was updated successfully, but these errors were encountered: