Passing function argument to new inline asm causes link-time errors #72484
Labels
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=4c66087def8876f1661239ca3b06c976
I expected to see this happen: Compiles and runs properly.
Instead, this happened:
Meta
rustc --version --verbose
: 1.45.0-nightly (2020-05-21 9310e3b)The text was updated successfully, but these errors were encountered: