-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
tracking issue for necessity of cargo +nightly tarpaulin #150
Comments
Also it would be nice if the README was updated to correct the example Travis config. |
@djc done 👍 Also, I'm watching this thread myself but this issue on the rust compiler is the blocker for tarpaulin on stable rust-lang/rust#54725 once this is solved and in stable proc-macro and syn can be updated and tarpaulin can come back to stable |
Awesome thanks for being in top of this @xd009642 and thanks for your hard work on filling this gap in the rust ecosystem. |
@xd009642 much thanks! Could have saved me a few iterations when I tried to get it to work. 😁 |
https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html looks like 1.30 is out with more macro stabilizations. Does that move this gh issue forward? |
Doesn't seem to all the Span methods are still marked as unstable |
doh :/ |
So brief update. I've still got Proc-macro2 probably still has the issue where it only works with the version of rustc it was compiled with. This is what necessitated |
awesome Ill give this a shot |
So due to some changes in source analysis and some stablisations in procedural macros you no longer need nightly to run tarpaulin so I'm closing this issue 🎉 |
something that keeps popping up when I get pulls in my crates that use tarpaulin is the newish dependency on +nightly. I'm now familiar with this as a work around I wanted to open an issue that can maybe use as a tracking issue to get notified when this is no longer necessary.
The text was updated successfully, but these errors were encountered: