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
Currently, nostd+custom alloc is failing to build on stable with the following message:
error[E0658]: the `#[alloc_error_handler]` attribute is an experimental feature
--> src/main.rs:46:1
|
46 | #[alloc_error_handler]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #51540 <https://github.com/rust-lang/rust/issues/51540> for more information
error: aborting due to previous error
Please fix this ASAP since liballoc is now stable.
The text was updated successfully, but these errors were encountered:
Currently, nostd+custom alloc is failing to build on stable with the following message:
Please fix this ASAP since liballoc is now stable.
The text was updated successfully, but these errors were encountered: