Skip to content
New issue

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

stabilize #[alloc_error_handler] #74797

Closed
eloraiby opened this issue Jul 26, 2020 · 4 comments
Closed

stabilize #[alloc_error_handler] #74797

eloraiby opened this issue Jul 26, 2020 · 4 comments

Comments

@eloraiby
Copy link

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.

@jonas-schievink
Copy link
Contributor

duplicate of #66740

@eloraiby
Copy link
Author

eloraiby commented Jul 26, 2020

You did not provide a timeline

@jonas-schievink
Copy link
Contributor

I am under no obligation to do so.

@eloraiby
Copy link
Author

@alexcrichton

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants