mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 16:25:25 +00:00
Update to 2022-04-18
This commit is contained in:
parent
baefbeb118
commit
475f508eac
@ -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(
|
fn codegen_global_asm(
|
||||||
&self,
|
&self,
|
||||||
_template: &[InlineAsmTemplatePiece],
|
_template: &[InlineAsmTemplatePiece],
|
||||||
_operands: &[GlobalAsmOperandRef],
|
_operands: &[GlobalAsmOperandRef<'tcx>],
|
||||||
_options: InlineAsmOptions,
|
_options: InlineAsmOptions,
|
||||||
_line_spans: &[Span],
|
_line_spans: &[Span],
|
||||||
) {
|
) {
|
||||||
|
@ -5,5 +5,5 @@
|
|||||||
# to the user in the error, instead of "error: invalid channel name '[toolchain]'".
|
# to the user in the error, instead of "error: invalid channel name '[toolchain]'".
|
||||||
|
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly-2022-08-15"
|
channel = "nightly-2022-04-18"
|
||||||
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
|
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
|
||||||
|
Loading…
Reference in New Issue
Block a user