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