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
It seems like the main purpose is to capture the core::convert::Infalliable error. Not exactly sure where the Infallible is used, probably somewhere in conversion code.
Could this be replaced with a panic!() or unreachable!() call?
The text was updated successfully, but these errors were encountered:
Definition:
reckoner/src/error.rs
Line 27 in 8d6e6dd
Uses:
reckoner/src/error.rs
Line 99 in 25e7907
reckoner/src/error.rs
Line 63 in 25e7907
It seems like the main purpose is to capture the
core::convert::Infalliable
error. Not exactly sure where theInfallible
is used, probably somewhere in conversion code.Could this be replaced with a
panic!()
orunreachable!()
call?The text was updated successfully, but these errors were encountered: