0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
632 stars 161 forks source link

chore: add the string that failed validation to `IdentError::InvalidChars` error variant #1555

Closed greenhat closed 3 weeks ago

greenhat commented 3 weeks ago

Describe your changes

Add the string that failed validation to IdentError::InvalidChars error variant to see the failed string in the error message.

Checklist before requesting a review