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
#95948 introduced incompatible changes to the CStr docs. Namely, the docs now require immutability for the whole lifetime of 'a, instead of just while it's borrowed. See also this discussion on urlo. This is relevant to our crate, ltptr, which provides bound lifetimes for raw pointers and uses those in conversions: https://docs.rs/ltptr/0.1.4/ltptr/trait.FromLtPtr.html