]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/matches2021.rs
Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=GuillaumeGomez
[rust.git] / src / test / ui / matches2021.rs
index 1090b1578ba511b6e8a6e2dad8810c73d559d24c..a6fa5128d2f862d66136cdc22e98883f9ed56ed1 100644 (file)
@@ -6,6 +6,8 @@
 
 #![feature(assert_matches)]
 
+use std::assert::assert_matches;
+
 fn main() {
     assert!(matches!((), ()));
     assert_matches!((), ());