Skip to content

Commit 7845323

Browse files
nagisaDavid Wood
authored andcommitted
Adjust wording of an error message
Clarifies what is being referenced from where, I think.
1 parent 7143445 commit 7845323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thorin-bin/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use typed_arena::Arena;
2020
enum Error {
2121
#[error("Failed to add `{0}` to DWARF package")]
2222
AddInputObject(String),
23-
#[error("Failed to add referenced DWARF object/packages from `{0}` to DWARF package")]
23+
#[error("Failed to add DWARF object/packages referenced by `{0}` to DWARF package")]
2424
AddExecutable(String),
2525
#[error("Failed to create output object file at `{0}`")]
2626
CreateOutputFile(String),

0 commit comments

Comments
 (0)