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

feat: new article: Testing error variants in Rust using matches! macro #5

Conversation

josecelano
Copy link
Member

@josecelano josecelano commented Oct 26, 2024

New article: Testing error variants in Rust using matches! macro

@josecelano josecelano linked an issue Oct 26, 2024 that may be closed by this pull request
@josecelano josecelano requested a review from da2ce7 October 26, 2024 18:39
@josecelano josecelano force-pushed the 4-new-example-of-using-coreassert_matchesassert_matches branch 2 times, most recently from 2d3af86 to cae45fb Compare October 26, 2024 19:23
@josecelano josecelano force-pushed the 4-new-example-of-using-coreassert_matchesassert_matches branch from cae45fb to 0afcabd Compare October 26, 2024 19:32
@josecelano
Copy link
Member Author

ACK 0afcabd

@josecelano josecelano changed the title feat: new article: Testing error variants in Rust using assert_matches! macro feat: new article: Testing error variants in Rust using matches! macro Oct 26, 2024
@josecelano josecelano merged commit 7fe28be into nautilus-cyberneering:main Oct 31, 2024
5 checks passed
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.

New example of using matches! macro
1 participant