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

Add a test with matches over integers #191

Closed
sonmarcho opened this issue May 22, 2024 · 1 comment
Closed

Add a test with matches over integers #191

sonmarcho opened this issue May 22, 2024 · 1 comment
Assignees

Comments

@sonmarcho
Copy link
Member

There are no tests exerting matches over integers:

fn match_u32(x: u32) -> u32 {
    match x {
        0 => 0,
        1 => 1,
        _ => 2,
    }
}
@Nadrieril Nadrieril self-assigned this May 23, 2024
@Nadrieril
Copy link
Member

Fixed in #213

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

No branches or pull requests

2 participants