Skip to content

Commit

Permalink
Fixes the compiletest.
Browse files Browse the repository at this point in the history
  • Loading branch information
red1bluelost committed Jan 20, 2024
1 parent d91b966 commit 8ed6123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions derive_builder/tests/compile-fail/build_fn_error.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ error: Unknown field: `path`
| ^^^^

error: Cannot set `error(validation_error = false)` when using `validate`
--> tests/compile-fail/build_fn_error.rs:10:26
--> tests/compile-fail/build_fn_error.rs:10:45
|
10 | #[builder(build_fn(error(validation_error = false), validate = "hello"))]
| ^^^^^^^^^^^^^^^^
| ^^^^^

error: Unknown field: `path`
--> tests/compile-fail/build_fn_error.rs:16:26
Expand Down

0 comments on commit 8ed6123

Please sign in to comment.