We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe3e1f commit 1f615dcCopy full SHA for 1f615dc
crates/rustc_codegen_spirv/src/lib.rs
@@ -237,8 +237,6 @@ impl CodegenBackend for SpirvCodegenBackend {
237
}
238
239
fn provide(&self, providers: &mut Providers) {
240
- // For now, rustc requires this to be provided.
241
- providers.supported_target_features = |_, _| Default::default();
242
// This is a lil weird: so, we obviously don't support C ABIs at all. However, libcore does declare some extern
243
// C functions:
244
// https://github.com/rust-lang/rust/blob/5fae56971d8487088c0099c82c0a5ce1638b5f62/library/core/src/slice/cmp.rs#L119
0 commit comments