Update to 2022-04-18

This commit is contained in:
Sylvester Hesp 2022-08-17 14:08:28 +02:00 committed by Eduard-Mihai Burtescu
parent baefbeb118
commit 475f508eac
2 changed files with 3 additions and 3 deletions

View File

@ -671,11 +671,11 @@ impl<'tcx> CoverageInfoMethods<'tcx> for CodegenCx<'tcx> {
}
}
impl<'tcx> AsmMethods for CodegenCx<'tcx> {
impl<'tcx> AsmMethods<'tcx> for CodegenCx<'tcx> {
fn codegen_global_asm(
&self,
_template: &[InlineAsmTemplatePiece],
_operands: &[GlobalAsmOperandRef],
_operands: &[GlobalAsmOperandRef<'tcx>],
_options: InlineAsmOptions,
_line_spans: &[Span],
) {

View File

@ -5,5 +5,5 @@
# to the user in the error, instead of "error: invalid channel name '[toolchain]'".
[toolchain]
channel = "nightly-2022-08-15"
channel = "nightly-2022-04-18"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]