about summary refs log tree commit diff
path: root/src/test/ui/feature-gates/feature-gate-allocator_internals.rs
blob: 2045857e4cb058d424cf73bf76b5ac96f4e88d1b (plain)
1
2
3
4
#![default_lib_allocator] //~ ERROR: attribute is an experimental feature

fn main() {}