cuviper / probe-rs

probe: Static probes for Rust
Apache License 2.0
92 stars 9 forks source link

Update to reflect asm! stablization, still need feature(asm_const). #15

Closed ratmice closed 2 years ago

ratmice commented 2 years ago

After https://github.com/rust-lang/rust/pull/91728 seemed like it was worth updating, but still requires an unstable feature :cry:

cuviper commented 2 years ago

Thanks for the nudge -- with a little cfg for the size, we can avoid asm_const too!

I'm going to sweep through and get this ready for a publishable release.