Source code

Revision control

Copy as Markdown

Other Tools

extern crate matches;
use matches::*;
#[test]
fn test_assert_matches() {
assert_matches!(4, 4)
}