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 7143445 commit 7845323Copy full SHA for 7845323
thorin-bin/src/main.rs
@@ -20,7 +20,7 @@ use typed_arena::Arena;
20
enum Error {
21
#[error("Failed to add `{0}` to DWARF package")]
22
AddInputObject(String),
23
- #[error("Failed to add referenced DWARF object/packages from `{0}` to DWARF package")]
+ #[error("Failed to add DWARF object/packages referenced by `{0}` to DWARF package")]
24
AddExecutable(String),
25
#[error("Failed to create output object file at `{0}`")]
26
CreateOutputFile(String),
0 commit comments