Keats / validator

Simple validation for Rust structs
MIT License
1.97k stars 141 forks source link

tests: fix expected errors for Rust 1.75 #283

Closed Fishrock123 closed 8 months ago

Fishrock123 commented 8 months ago

Rust 1.75 has a change in error messages for methods on structs.

Keats commented 8 months ago

Can you check this branch: https://github.com/Keats/validator/pull/249 to see if there's the issue?

Fishrock123 commented 8 months ago

It passes that branch but it makes it annoying to contribute anything to the current branch.

Keats commented 8 months ago

Argh the pinned CI doesn't pass because of a dep. Merging anyway