]> git.lizzy.rs Git - rust.git/commitdiff
Finish bumping stage0
authorMark Rousskov <mark.simulacrum@gmail.com>
Fri, 20 May 2022 12:54:10 +0000 (08:54 -0400)
committerMark Rousskov <mark.simulacrum@gmail.com>
Fri, 27 May 2022 11:36:17 +0000 (07:36 -0400)
It looks like the last time had left some remaining cfg's -- which made me think
that the stage0 bump was actually successful. This brings us to a released 1.62
beta though.

src/intrinsic/simd.rs

index 7d7811c878219ebc3b9403e3a13b81f56e6b9594..a613e117904ebb37e1d56b1b726b4898f827a4ec 100644 (file)
@@ -13,6 +13,7 @@
 
 pub fn generic_simd_intrinsic<'a, 'gcc, 'tcx>(bx: &mut Builder<'a, 'gcc, 'tcx>, name: Symbol, callee_ty: Ty<'tcx>, args: &[OperandRef<'tcx, RValue<'gcc>>], ret_ty: Ty<'tcx>, llret_ty: Type<'gcc>, span: Span) -> Result<RValue<'gcc>, ()> {
     // macros for error handling:
+    #[allow(unused_macro_rules)]
     macro_rules! emit_error {
         ($msg: tt) => {
             emit_error!($msg, )