]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gate-allocator_internals.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / ui / feature-gate-allocator_internals.stderr
CommitLineData
2c00a5a8 1error[E0658]: the `#[default_lib_allocator]` attribute is an experimental feature
ff7c6d11
XL
2 --> $DIR/feature-gate-allocator_internals.rs:11:1
3 |
411 | #![default_lib_allocator] //~ ERROR: attribute is an experimental feature
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
7 = help: add #![feature(allocator_internals)] to the crate attributes to enable
8
9error: aborting due to previous error
10