Skip to content

The asm! macro now needs to be used for this to compile#5

Open
kennystrawnmusic wants to merge 1 commit intotrashbyte:masterfrom
kennystrawnmusic:patch-4
Open

The asm! macro now needs to be used for this to compile#5
kennystrawnmusic wants to merge 1 commit intotrashbyte:masterfrom
kennystrawnmusic:patch-4

Conversation

@kennystrawnmusic
Copy link
Contributor

Now that asm! has become a stable feature, one needs to use core::arch::asm in order to, well, use it. Otherwise a bunch of errors get thrown by the compiler.

So, time to make this crate usable again.

Now that `asm!` has become a stable feature, one needs to `use core::arch::asm` in order to, well, use it. Otherwise a bunch of errors get thrown by the compiler.

So, time to make this crate usable again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant