Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-GPU/rust-gpu
/ InvalidTarget
Class
InvalidTarget
crates/rustc_codegen_spirv/src/target.rs:147–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
146
#[derive(Debug)]
147
pub struct InvalidTarget(String);
148
149
impl std::error::Error for InvalidTarget {}
150
impl std::fmt::Display for InvalidTarget {
Callers
1
from_str
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected