Skip to content

Commit e92e901

Browse files
committed
errors: Clarify message for MirNodeToDataflowFailed
I've always been a little confused by the "couldn't be made" label here - I think "couldn't be lowered to dataflow" is a little bit clearer. Change-Id: I90de3681838933a3d8d888c93802a3f6fb0e8002 Reviewed-on: https://gerrit.readyset.name/c/readyset/+/5970 Tested-by: Buildkite CI Reviewed-by: Ethan Donowitz <[email protected]>
1 parent 210a51e commit e92e901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readyset-errors/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ pub enum ReadySetError {
177177
source: Box<ReadySetError>,
178178
},
179179

180-
#[error("MIR node '{index}' couldn't be made: {source}")]
180+
#[error("MIR node '{index}' couldn't be lowered to dataflow: {source}")]
181181
MirNodeToDataflowFailed {
182182
/// The index (within the MirGraph) of the MIR node that couldn't
183183
/// be made.

0 commit comments

Comments
 (0)