1
0
Fork 0

update interface for illegal positions

This commit is contained in:
Paul-Nicolas Madelaine 2025-10-23 23:34:31 +02:00
parent d8f9be3b2c
commit 0d8b9cc9cf
2 changed files with 15 additions and 25 deletions

View file

@ -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:?}",
);
}