]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gates/feature-gate-allocator_internals.rs
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / feature-gates / feature-gate-allocator_internals.rs
CommitLineData
041b39d2
XL
1#![default_lib_allocator] //~ ERROR: attribute is an experimental feature
2
3fn main() {}