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
Although the nightly from October 13th is the last one prior to the
1.83 beta cut, it's missing
rust-lang/rust#131287 which landed in 1.83.0.
This causes HHBC compilation to fail:
```
error: `std::option::Option::<T>::unwrap` is not yet stable as a const fn
--> hackc/hhbc/cargo/hhbc/../../types.rs:153:17
|
153 | let parts = name.as_bytes().split_first().unwrap();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add `#![feature(const_option)]` to the crate attributes to enable
```
Update to the nightly from the next day instead to pull in this change.
# The original filename doesn't contain any version information, so add the version information as a prefix to avoid cache collisions when updating later
0 commit comments