We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de41d3 commit 23528d2Copy full SHA for 23528d2
libdd-profiling-ffi/src/profile_status.rs
@@ -131,7 +131,7 @@ pub enum TryFromProfileStatusError {
131
#[error("failed to convert profile status because the pointer was null")]
132
Null,
133
#[error(
134
- "failed to convert profile status because the flags were incorrect for the conversion: `0`"
+ "failed to convert profile status because the flags were incorrect for the conversion: `{0}`"
135
)]
136
IncorrectFlags(usize),
137
}
0 commit comments