- 
                Notifications
    
You must be signed in to change notification settings  - Fork 168
 
Open
Description
After PR:
most cases now return error position, but few untreated errors remain, for example:
formats/der/src/asn1/generalized_time.rs
Line 112 in 3ee0028
| .ok_or(ErrorKind::DateTime)?; | 
formats/der/src/asn1/integer/uint.rs
Line 330 in 858f3af
| [] => Err(Tag::Integer.non_canonical_error().into()), | 
Line 19 in 858f3af
| .ok_or_else(|| Self::TAG.length_error())?; | 
baloo
Metadata
Metadata
Assignees
Labels
No labels