mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 06:45:13 +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(
|
||||
&self,
|
||||
_template: &[InlineAsmTemplatePiece],
|
||||
_operands: &[GlobalAsmOperandRef],
|
||||
_operands: &[GlobalAsmOperandRef<'tcx>],
|
||||
_options: InlineAsmOptions,
|
||||
_line_spans: &[Span],
|
||||
) {
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user