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
Describe the bug
Seeing these errors since last night. No changes on our side, this just started failing. Probably some unpinned dependency.
error[E0080]: evaluation of constant value failed
--> /Users/x/.cargo/registry/src/index.crates.io-6f17d22bba15001f/v8-0.71.2/src/isolate.rs:1715:3
|
1715 |assert!(size_of::<TypeId>() == size_of::<u64>());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'assertion failed: size_of::<TypeId>() == size_of::<u64>()', /Users/x/.cargo/registry/src/index.crates.io-6f17d22bba15001f/v8-0.71.2/src/isolate.rs:1715:3
|
= note: this error originates in the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)
...
For more information about this error, try `rustc --explain E0080`.
error: could not compile `v8` (lib) due to previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile `v8` (lib) due to previous error
Any ideas?
The text was updated successfully, but these errors were encountered:
Describe the bug
Seeing these errors since last night. No changes on our side, this just started failing. Probably some unpinned dependency.
Any ideas?
The text was updated successfully, but these errors were encountered: