Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Fix assert! macro usage #1

Merged
merged 1 commit into from
May 24, 2019
Merged

Fix assert! macro usage #1

merged 1 commit into from
May 24, 2019

Conversation

rasendubi
Copy link
Contributor

There is a bug in rustc that allows adding invalid trailing tokens to the assert! macro call. They are currently ignored but are going to produce errors in the future.

Fix assert! macro usage to remove extra tokens.

For more information, see rust-lang/rust#60024 and rust-lang/rust#60039

There is a bug in rustc that allows adding invalid trailing tokens to
the `assert!` macro call. They are currently ignored but are going to
produce errors in the future.

Fix assert! macro usage to remove extra tokens.

For more information, see
rust-lang/rust#60024 and
rust-lang/rust#60039
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants