MCPcopy Create free account
hub / github.com/Rust-GPU/rust-gpu / Expected

Class Expected

crates/rustc_codegen_spirv/src/attr.rs:287–287  ·  view source on GitHub ↗

Error newtype marker used below for readability.

Source from the content-addressed store, hash-verified

285
286 /// Error newtype marker used below for readability.
287 struct Expected<T>(T);
288
289 let valid_target = match parsed_attr {
290 SpirvAttribute::IntrinsicType(_) | SpirvAttribute::Block => match target {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected