File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[toolchain]
2
- channel = "nightly-2023-02-14 "
2
+ channel = "nightly-2023-02-17 "
3
3
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
Original file line number Diff line number Diff line change @@ -646,11 +646,11 @@ fn codegen_regular_intrinsic_call<'tcx>(
646
646
sym:: assert_inhabited => layout. abi . is_uninhabited ( ) ,
647
647
sym:: assert_zero_valid => !fx
648
648
. tcx
649
- . permits_zero_init ( fx. param_env ( ) . and ( layout ) )
649
+ . permits_zero_init ( fx. param_env ( ) . and ( ty ) )
650
650
. expect ( "expected to have layout during codegen" ) ,
651
651
sym:: assert_mem_uninitialized_valid => !fx
652
652
. tcx
653
- . permits_uninit_init ( fx. param_env ( ) . and ( layout ) )
653
+ . permits_uninit_init ( fx. param_env ( ) . and ( ty ) )
654
654
. expect ( "expected to have layout during codegen" ) ,
655
655
_ => unreachable ! ( ) ,
656
656
} ;
You can’t perform that action at this time.
0 commit comments