add unspanned flag to error make, add tests (#6017)

* add `unspanned` flag to error make, add tests

* fmt
This commit is contained in:
pwygab
2022-07-12 19:03:50 +08:00
committed by GitHub
parent a5470b2362
commit a54f9719e5
3 changed files with 57 additions and 12 deletions

View File

@ -15,6 +15,7 @@ mod each;
mod echo;
mod empty;
mod enter;
mod error_make;
mod every;
mod find;
mod first;