Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_err
Function · 0.80
link
Function · 0.80
codegen_into_ptx_file
Function · 0.80
create_archive
Function · 0.80
add_upstream_rust_crates
Function · 0.80
add_upstream_native_libraries
Function · 0.80
codegen_bitcode_modules
Function · 0.80
check_and_apply_linkage
Function · 0.80
unsupported
Method · 0.80
atomic_cmpxchg
Method · 0.80
atomic_rmw
Method · 0.80
atomic_fence
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected