We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d814c commit 92d12cfCopy full SHA for 92d12cf
jingle/src/error.rs
@@ -7,7 +7,7 @@ use thiserror::Error;
7
8
#[derive(Debug, Error)]
9
pub enum JingleError {
10
- #[error("Error talking to Sleigh")]
+ #[error("Error constructing p-code: {0}")]
11
Sleigh(#[from] JingleSleighError),
12
#[error("Given address disassembles cleanly but does not terminate within the given bound")]
13
DisassemblyLengthBound,
0 commit comments