]> git.proxmox.com Git - rustc.git/blobdiff - library/alloc/tests/slice.rs
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / library / alloc / tests / slice.rs
index 777c10b1bf740335ff5c6fbe195dbf3b584216dd..1fb4a51acfd0a2dbc943f6a90d5a50282fea83f6 100644 (file)
@@ -1798,7 +1798,7 @@ fn subslice_patterns() {
 
     macro_rules! c {
         ($inp:expr, $typ:ty, $out:expr $(,)?) => {
-            assert_eq!($out, identity::<$typ>($inp));
+            assert_eq!($out, identity::<$typ>($inp))
         };
     }