Closed dancrossnyc closed 2 years ago
The new asm!() syntx has been stabilized in nightly Rust, but requires either a use statement or explicit package qualification. This PR adds use statements in the modules that use the new macro. Fixes #117.
use
Signed-off-by: Dan Cross cross@gajendra.net
Thank you I will release a new version shortly!
The new asm!() syntx has been stabilized in nightly Rust, but requires either a
use
statement or explicit package qualification. This PR addsuse
statements in the modules that use the new macro. Fixes #117.Signed-off-by: Dan Cross cross@gajendra.net