Sign in
android
/
platform
/
external
/
rust
/
crates
/
matches
/
refs/heads/android13-mainline-go-wifi-release
/
.
/
tests
/
use_star.rs
blob: 58a670b93e52def8fb1a93abda0130bcf5943259 [
file
] [
log
] [
blame
] [
edit
]
//! https://github.com/SimonSapin/rust-std-candidates/issues/22
extern
crate matches
;
use
matches
::*;
#[
test
]
fn
test_assert_matches
()
{
assert_matches
!(
4
,
4
)
}