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
vec_resize_default
error[E0635]: unknown feature vec_resize_default --> .cargo\registry\src\mirrors.ustc.edu.cn-12df342d903acd47\chunky-0.3.7\src\lib.rs:10:12 | 10 | #![feature(vec_resize_default)] | ^^^^^^^^^^^^^^^^^^
Default host: x86_64-pc-windows-msvc
installed toolchains stable-x86_64-pc-windows-gnu stable-x86_64-pc-windows-msvc nightly-x86_64-pc-windows-msvc (default)
active toolchain nightly-x86_64-pc-windows-msvc (default) rustc 1.57.0-nightly (e1e9319d9 2021-10-14)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
error[E0635]: unknown feature
vec_resize_default
--> .cargo\registry\src\mirrors.ustc.edu.cn-12df342d903acd47\chunky-0.3.7\src\lib.rs:10:12
|
10 | #![feature(vec_resize_default)]
| ^^^^^^^^^^^^^^^^^^
Compile enviroment :
Default host: x86_64-pc-windows-msvc
installed toolchains
stable-x86_64-pc-windows-gnu
stable-x86_64-pc-windows-msvc
nightly-x86_64-pc-windows-msvc (default)
active toolchain
nightly-x86_64-pc-windows-msvc (default)
rustc 1.57.0-nightly (e1e9319d9 2021-10-14)
The text was updated successfully, but these errors were encountered: