]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/macros/assert-matches-macro-msg.rs
fix ui tests
[rust.git] / src / test / ui / macros / assert-matches-macro-msg.rs
index 714a6561a6d0990b0bc2255b6b2b0105deb617f2..fd8cd5a1a0566817323e85fd35be1de7f4dcd85d 100644 (file)
@@ -6,7 +6,7 @@
 
 #![feature(assert_matches)]
 
-use std::assert::assert_matches;
+use std::assert_matches::assert_matches;
 
 fn main() {
     assert_matches!(1 + 1, 3, "1 + 1 definitely should be 3");