update interface for illegal positions
This commit is contained in:
parent
d8f9be3b2c
commit
0d8b9cc9cf
2 changed files with 15 additions and 25 deletions
|
|
@ -200,7 +200,7 @@ fn setup() {
|
|||
.parse::<Setup>()
|
||||
.unwrap()
|
||||
.into_position()
|
||||
.is_err_and(|e| e.reasons().contains(reason)),
|
||||
.is_err_and(|e| e.reasons.contains(reason)),
|
||||
"{record} should be invalid because of {reason:?}",
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue