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
io_error_more seems to have been stabalised in 1.82.
Compiling with 1.80 I get:
error[E0658]: use of unstable library feature 'io_error_more'
--> C:\Users\paul\.cargo\registry\src\index.crates.io-6f17d22bba15001f\quicknotes-1.0.1\src/lib.rs:412:17
|
412 | io::ErrorKind::IsADirectory,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #86442 <rust-lang/rust#86442> for more information
0 commit comments