Skip to content

Commit

Permalink
Added missing 'generated' msg to compile_error_msg
Browse files Browse the repository at this point in the history
  • Loading branch information
aortizpimentel committed Mar 4, 2023
1 parent 56d9f6e commit bbf6143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/core/compiler/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1802,6 +1802,6 @@ fn compile_error_msg(
} else if mode.is_doc() {
message.push_str(" doc");
}
message.push_str(")");
message.push_str(") generated ");
message
}

0 comments on commit bbf6143

Please sign in to comment.