You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aya: include NulError source in MapError::InvalidName
- The CString::new failure at MapData::create previously discarded
the underlying NulError. Marking it as #[source] so error reporters
can walk the chain.
This is a SemVer-minor change for callers that destructure
MapError::InvalidName { name } (now requires { name, source } or
{ name, .. }).
0 commit comments