rust/src/test/ui/feature-gates/feature-gate-allocator_internals.rs
2019-04-22 16:57:01 +01:00

3 lines
88 B
Rust

#![default_lib_allocator] //~ ERROR: attribute is an experimental feature
fn main() {}