I am trying to support my crate to rust version 1.70 (a popular RTOS has just added support of rust but version 1.70.0 only).
I have been using inspect_err and other goodies available in 1.76 quite liberally. I was wondering if there is a easy pollyfill/crate that allows me to keep using inspect_err with 1.70?