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
We define x86_64-unknown-uefi using llvm target x86_64-unknown-windows, and X86TargetLowering::hasInlineStackProbe returns false for isOSWindows. Then X86TargetLowering::getStackProbeSymbolName returns the attribute as if it were a real symbol.
library/core/src/num/dec2flt/algorithm.rs:16
Off-topic, but that table::POWERS should probably be made indirect as a static.
Uh oh!
There was an error while loading. Please reload this page.
I tried this code:
.cargo/config.toml
I expected to see this happen: successful build
Instead, this happened:
Meta
rustc --version --verbose
:I believe that this problem was introduced in commit #77885.
The same problem exits if building
compiler-builtins-mem
is not enabled.The text was updated successfully, but these errors were encountered: