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
error[E0658]: use of unstable library feature 'str_strip': newly added
--> src/lib/fd.rs:166:47
|
166 | ... let inode = s.strip_prefix("socket:[").unwrap().strip_suffix("]").unwrap()
| ^^^^^^^^^^^^
|
= note: see issue #67302 <https://github.com/rust-lang/rust/issues/67302> for more information
error[E0658]: use of unstable library feature 'str_strip': newly added
--> src/lib/fd.rs:166:81
|
166 | ... let inode = s.strip_prefix("socket:[").unwrap().strip_suffix("]").unwrap()
| ^^^^^^^^^^^^
|
= note: see issue #67302 <https://github.com/rust-lang/rust/issues/67302> for more information
I tried switching over to the nightly builds of rust but it had no effect :(
The text was updated successfully, but these errors were encountered:
whenever I run
cargo build
I get these errorsI tried switching over to the nightly builds of rust but it had no effect :(
The text was updated successfully, but these errors were encountered: