Skip to content
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

Make match_ignore_ascii_case! future-proof. #91

Merged
merged 1 commit into from Jan 19, 2016
Merged

Make match_ignore_ascii_case! future-proof. #91

merged 1 commit into from Jan 19, 2016

Commits on Jan 19, 2016

  1. Make match_ignore_ascii_case! future-proof.

    Change the usage syntax to require a comma on the last non-fallback arm,
    which is a [breaking-change].
    
    The old definition has started to emit a warning in recent nightlies
    and is likely to be an error in future versions:
    rust-lang/rfcs#1384
    
    The new definition is recursive to resolve ambiguities.
    Unfortunately this makes error reporting terrible:
    rust-lang/rust#31022
    SimonSapin committed Jan 19, 2016
You can’t perform that action at this time.