]> git.lizzy.rs Git - rust.git/blob - tests/ui/feature-gates/feature-gate-needs-allocator.stderr
Rollup merge of #105172 - alexs-sh:issue-98861-fix-next, r=scottmcm
[rust.git] / tests / ui / feature-gates / feature-gate-needs-allocator.stderr
1 error[E0658]: the `#[needs_allocator]` attribute is an experimental feature
2   --> $DIR/feature-gate-needs-allocator.rs:1:1
3    |
4 LL | #![needs_allocator]
5    | ^^^^^^^^^^^^^^^^^^^
6    |
7    = help: add `#![feature(allocator_internals)]` to the crate attributes to enable
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0658`.