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
{{ message }}
This repository was archived by the owner on Aug 3, 2023. It is now read-only.
Compiling chrome-devtools-rs v0.0.0-alpha.0
error[E0658]: the #[non_exhaustive] attribute is an experimental feature
--> /root/.cargo/registry/src/github.ghproxy.top-1ecc6299db9ec823/chrome-devtools-rs-0 .0.0-alpha.0/src/domain/runtime/event/mod.rs:12:1
|
12 | #[non_exhaustive]
| ^^^^^^^^^^^^^^^^^
|
= note: for more information, see rust-lang/rust#44 109
error[E0658]: the #[non_exhaustive] attribute is an experimental feature
--> /root/.cargo/registry/src/github.ghproxy.top-1ecc6299db9ec823/chrome-devtools-rs-0 .0.0-alpha.0/src/domain/runtime/method/mod.rs:15:1
|
15 | #[non_exhaustive]
| ^^^^^^^^^^^^^^^^^
|
= note: for more information, see rust-lang/rust#44 109
error[E0658]: the #[non_exhaustive] attribute is an experimental feature
--> /root/.cargo/registry/src/github.ghproxy.top-1ecc6299db9ec823/chrome-devtools-rs-0 .0.0-alpha.0/src/domain/runtime/method/mod.rs:33:1
|
33 | #[non_exhaustive]
| ^^^^^^^^^^^^^^^^^
|
= note: for more information, see rust-lang/rust#44 109
error[E0658]: the #[non_exhaustive] attribute is an experimental feature
--> /root/.cargo/registry/src/github.ghproxy.top-1ecc6299db9ec823/chrome-devtools-rs-0 .0.0-alpha.0/src/domain/mod.rs:15:1
|
15 | #[non_exhaustive]
| ^^^^^^^^^^^^^^^^^
|
= note: for more information, see rust-lang/rust#44 109
error: aborting due to 4 previous errors
For more information about this error, try rustc --explain E0658.
error: failed to compile wrangler v1.8.0, intermediate artifacts can be found at /tmp/cargo-installZ5X1eK
Caused by:
could not compile chrome-devtools-rs.
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
Environment
rustc -V
: 1.39.0Steps to reproduce
cargo install wrangler --features vendored-openssl
What did you expect to see?
Installation of Wrangler.
What did you see instead?
The text was updated successfully, but these errors were encountered: