-
Notifications
You must be signed in to change notification settings - Fork 16
Future incompatibility: trailing semicolon in macro used in expression position (currently nightly/beta-only) #23
Comments
I also notice the same warning for rust 1.69 nightly version. This will be updated soon right? Thanks, Jianshu |
LOL was just dropping by to report the same issue. :)
Thank you. |
Fixes abonander#23 This will allow the macro to continue to be used in expression position (e.g. match arms), where semicolons are not allowed.
Nobody is maintaining the repo right. I am wondering when this fix can be submitted to crates.io Thank, Jianshu |
Please be patient, @abonander has plenty of time to notice before it becomes a problem:
|
@Ltrlg It really looks like this crate is unmaintained so moving away from If you check this repository you see there's no reaction to any pull requests or open issues since 2019. My question about maintenance status of this crate has been unanswered in #22. I also posted issue to RustSec's advisory-db: rustsec/advisory-db#1602 |
rustc --version
: rustc 1.69.0-nightly (c18a5e8a5 2023-01-25)cargo report future-incompatibilities --package [email protected]
after a build:Linked issue: rust-lang/rust#79813
According to rust-lang/rust#103418, the warning will come in stable 1.68 (2023-03-09).
The text was updated successfully, but these errors were encountered: