-
-
Notifications
You must be signed in to change notification settings - Fork 356
Closed
Description
error[E0658]: const generics are unstable
error[E0658]: the `unsafe_op_in_unsafe_fn` lint is unstable
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/os_str_bytes-6.0.1/src/lib.rs:159:1
|
159 | #![warn(unsafe_op_in_unsafe_fn)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #71668 <https://github.com/rust-lang/rust/issues/71668> for more information
error[E0658]: use of unstable library feature 'slice_strip'
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/os_str_bytes-6.0.1/src/raw_str.rs:606:16
|
606 | self.0.strip_prefix(pat).map(Self::from_raw_bytes_unchecked)
| ^^^^^^^^^^^^
|
= note: see issue #73413 <https://github.com/rust-lang/rust/issues/73413> for more information
/cc @dbr
Metadata
Metadata
Assignees
Labels
No labels