chiark / gitweb /
build fixes for more recent nightly
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 14 Sep 2021 23:09:28 +0000 (00:09 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 14 Sep 2021 23:09:28 +0000 (00:09 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/lib.rs
src/utils.rs

index 1a08f1d721fe2729d4fed0c1c6c20b50d872d073..fbeacecb8d04661284d47ae768707bfdd966043e 100644 (file)
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: AGPL-3.0-or-later
 // There is NO WARRANTY.
 
-#![feature(min_type_alias_impl_trait)]
+#![feature(type_alias_impl_trait)]
 #![allow(clippy::redundant_closure_call)]
 
 pub mod imports;
index b9650988dd1fa16a1428eedff64e0e6ef225855f..4fd153da6ed3f9c0a301b40f4d9da972f010ae2c 100644 (file)
@@ -417,7 +417,7 @@ macro_rules! want {
         want_failed_internal!{ $variant(_)=$input, x, $($d),* }
         None
       },
-    };
+    }
   );
   { $variant:ident = $input:expr } => {
     want!( $variant = $input,