rustup update

This commit is contained in:
khyperia 2020-10-14 09:19:25 +02:00
parent 5ec5ce8284
commit 4d0eb81d86

View File

@ -520,6 +520,10 @@ impl ExtraBackendMethods for SpirvCodegenBackend {
fn target_cpu<'b>(&self, _: &'b Session) -> &'b str {
todo!()
}
fn tune_cpu<'b>(&self, _: &'b Session) -> Option<&'b str> {
None
}
}
struct DumpModuleOnPanic<'a, 'cx, 'tcx> {