mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 06:45:13 +00:00
rustup update
This commit is contained in:
parent
5ec5ce8284
commit
4d0eb81d86
@ -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> {
|
||||
|
Loading…
Reference in New Issue
Block a user