ICE: Hiding a symbol in an rlib using asm! causes issues #18953
Labels
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
This is obviously my fault, but reporting it anyway.
I am using the
asm!
macro to make weak symbols in an rlib. When using the rlib withextern crate
and trying to over-ride the weak symbol with a strong one, an ICE is generated.The text was updated successfully, but these errors were encountered: