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

_match.rs: prune sub-match tree too aggressively #13034

Merged
merged 1 commit into from
Mar 27, 2014
Merged

Commits on Mar 27, 2014

  1. _match.rs: prune sub-match tree too aggressively

    The `_match.rs` takes advantage of passes prior to `trans` and
    aggressively prunes the sub-match tree based on exact equality. When it
    comes to literal or range, the strategy may lead to wrong result if
    there's guard function or multiple patterns inside tuple.
    
    Closes rust-lang#12582.
    Closes rust-lang#13027.
    edwardw committed Mar 27, 2014
    5 Configuration menu
    Copy the full SHA
    4112941 View commit details
    Browse the repository at this point in the history