MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / AssemblerError

Class AssemblerError

crates/asm-to-binary/src/assembler/mod.rs:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20/// Error produced by any assembler pass.
21#[derive(Debug, Clone)]
22pub struct AssemblerError {
23 pub message: String,
24}
25
26impl std::fmt::Display for AssemblerError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected