Skip to content

Fix assert! macro usage #1

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

Merged
merged 1 commit into from
Apr 25, 2019
Merged

Fix assert! macro usage #1

merged 1 commit into from
Apr 25, 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
@arkap
Copy link
Owner

arkap commented Apr 25, 2019

Thanks

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.

2 participants