We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See rust-lang/rfcs#1325.
no_panic::NoPanicSlice::subslice, and maybe other things, should be rewritten when the new Rust functionality is available.
no_panic::NoPanicSlice::subslice
The text was updated successfully, but these errors were encountered:
It's now rust-lang/rfcs#1679.
Sorry, something went wrong.
Now rust-lang/rust#35729
Implementation: rust-lang/rust#36340
It's not clear from reading #36340 whether it is possible to use the new feature on Stable rust without the SliceIndex trait being stable.
SliceIndex
This issue is moot now. First, the code was split out into the untrusted crate, and then we did do this in untrusted.
untrusted
No branches or pull requests
See rust-lang/rfcs#1325.
no_panic::NoPanicSlice::subslice
, and maybe other things, should be rewritten when the new Rust functionality is available.The text was updated successfully, but these errors were encountered: