MCPcopy Create free account
hub / github.com/Rust-GPU/rust-cuda / unsupported

Method unsupported

crates/rustc_codegen_nvvm/src/context.rs:177–179  ·  view source on GitHub ↗

im lazy i know

(&self, thing: &str)

Source from the content-addressed store, hash-verified

175
176 // im lazy i know
177 pub(crate) fn unsupported(&self, thing: &str) -> ! {
178 self.fatal(&format!("{} is unsupported", thing))
179 }
180
181 fn create_used_variable_impl(&self, name: *const c_char, values: &[&'ll Value]) {
182 let section = "llvm.metadata\0".as_ptr().cast();

Callers 5

get_staticMethod · 0.80
codegen_staticMethod · 0.80
vector_splatMethod · 0.80
resumeMethod · 0.80
catch_switchMethod · 0.80

Calls 1

fatalMethod · 0.80

Tested by

no test coverage detected