-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation: asm!
> llvm_asm!
#107
Comments
kennystrawnmusic
added a commit
to kennystrawnmusic/bootloader
that referenced
this issue
Apr 25, 2020
Forgot to update feature gate to match macro change
Pull Request #108 includes a fix for this. |
Hmm... Current nightly is giving me the opposite issue right now:
Looks like My understanding is that |
SlyMarbo
added a commit
to ProjectSerenity/firefly
that referenced
this issue
Nov 8, 2021
The various changes over the last year or so broke testing with cargo xtest, but we can now use cargo test instead. Note that we had to remove the (admittedly redundant) declarations of `panic = "abort"` in both `dev` and `release` profiles in Cargo.toml, thanks to rust-lang/cargo#7359. The only thing left is the repeated deprecation warning from bootloader, tracked in rust-osdev/bootloader#107, which needs to be reopend at time of writing.
SlyMarbo
added a commit
to ProjectSerenity/firefly
that referenced
this issue
Nov 8, 2021
The various changes over the last year or so broke testing with cargo xtest, but we can now use cargo test instead. Note that we had to remove the (admittedly redundant) declarations of `panic = "abort"` in both `dev` and `release` profiles in Cargo.toml, thanks to rust-lang/cargo#7359. The only thing left is the repeated deprecation warning from bootloader, tracked in rust-osdev/bootloader#107, which needs to be reopend at time of writing.
SlyMarbo
added a commit
to ProjectSerenity/firefly
that referenced
this issue
Feb 10, 2022
The various changes over the last year or so broke testing with cargo xtest, but we can now use cargo test instead. Note that we had to remove the (admittedly redundant) declarations of `panic = "abort"` in both `dev` and `release` profiles in Cargo.toml, thanks to rust-lang/cargo#7359. The only thing left is the repeated deprecation warning from bootloader, tracked in rust-osdev/bootloader#107, which needs to be reopend at time of writing. Signed-off-by: SlyMarbo <the.sly.marbo@googlemail.com>
SlyMarbo
added a commit
to ProjectSerenity/firefly
that referenced
this issue
Feb 11, 2022
The various changes over the last year or so broke testing with cargo xtest, but we can now use cargo test instead. Note that we had to remove the (admittedly redundant) declarations of `panic = "abort"` in both `dev` and `release` profiles in Cargo.toml, thanks to rust-lang/cargo#7359. The only thing left is the repeated deprecation warning from bootloader, tracked in rust-osdev/bootloader#107, which needs to be reopend at time of writing. Signed-off-by: SlyMarbo <the.sly.marbo@googlemail.com>
SlyMarbo
added a commit
to ProjectSerenity/firefly
that referenced
this issue
Feb 11, 2022
The various changes over the last year or so broke testing with cargo xtest, but we can now use cargo test instead. Note that we had to remove the (admittedly redundant) declarations of `panic = "abort"` in both `dev` and `release` profiles in Cargo.toml, thanks to rust-lang/cargo#7359. The only thing left is the repeated deprecation warning from bootloader, tracked in rust-osdev/bootloader#107, which needs to be reopend at time of writing. Signed-off-by: SlyMarbo <the.sly.marbo@googlemail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should be a pretty simple problem to fix, but as of 24 April 2020, use of the
asm!
macro is triggering multiple deprecation warnings: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?
The text was updated successfully, but these errors were encountered: