| 19 | |
| 20 | /// Error produced by any assembler pass. |
| 21 | #[derive(Debug, Clone)] |
| 22 | pub struct AssemblerError { |
| 23 | pub message: String, |
| 24 | } |
| 25 | |
| 26 | impl std::fmt::Display for AssemblerError { |
nothing calls this directly
no outgoing calls
no test coverage detected