Skip to content

remove use of deprecated syntax#158

Open
jdonszelmann wants to merge 1 commit intoledger-rs:masterfrom
jdonszelmann:deprecated-link-syntax
Open

remove use of deprecated syntax#158
jdonszelmann wants to merge 1 commit intoledger-rs:masterfrom
jdonszelmann:deprecated-link-syntax

Conversation

@jdonszelmann
Copy link
Copy Markdown

Hi there!

We recently redid how the should_panic attribute is parsed in the rust compiler. When we did so, we realized we were too permissive, and even when using the wrong syntax would allow so without any warning. We decided to fix this, which would break a few crates that accidentally used the wrong syntax. You're one of the lucky few! Congrats, hehe.

This pr fixes this for your crate, to make sure future rust versions can still compile it.

Relevant compiler PR introducing this change: rust-lang/rust#143808
Issue tracking this regression: rust-lang/rust#147969

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