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

Method fatal

crates/rustc_codegen_nvvm/src/context.rs:172–174  ·  view source on GitHub ↗
(&self, msg: &str)

Source from the content-addressed store, hash-verified

170 }
171
172 pub(crate) fn fatal(&self, msg: &str) -> ! {
173 self.tcx.sess.fatal(msg)
174 }
175
176 // im lazy i know
177 pub(crate) fn unsupported(&self, thing: &str) -> ! {

Callers 12

llvm_errFunction · 0.80
linkFunction · 0.80
codegen_into_ptx_fileFunction · 0.80
create_archiveFunction · 0.80
add_upstream_rust_cratesFunction · 0.80
codegen_bitcode_modulesFunction · 0.80
check_and_apply_linkageFunction · 0.80
unsupportedMethod · 0.80
atomic_cmpxchgMethod · 0.80
atomic_rmwMethod · 0.80
atomic_fenceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected