Closed
Description
Should be a pretty simple problem to fix, but as of 24 April 2020, use of the asm!
macro is triggering multiple deprecation warnings:
warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage
--> src/main.rs:46:5
|
46 | asm!("call $1; ${:private}.spin.${:uid}: jmp ${:private}.spin.${:uid}" ::
| ^^^ help: replace the use of the deprecated item: `llvm_asm`
|
= note: `#[warn(deprecated)]` on by default
warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage
--> src/main.rs:92:5
|
92 | asm!("mov bx, 0x0
| ^^^ help: replace the use of the deprecated item: `llvm_asm`
Should be an easy fix if you ask me ― since there's probably a lot more instances than those two, is this being worked on already?
Metadata
Metadata
Assignees
Labels
No labels