js_int icon indicating copy to clipboard operation
js_int copied to clipboard

Add a feature that adds a kind method to ParseIntError

Open jplatte opened this issue 6 years ago • 1 comments

Needs to be off-by-default since it has to delegate to std's ParseIntError::kind to be useful, and that method is unstable.

jplatte avatar Jul 08 '19 17:07 jplatte

This has been stable since rust 1.55 at this point.

FSMaxB avatar Jun 13 '25 23:06 FSMaxB