rust/tests/ui/feature-gates/feature-gate-concat_idents2.rs

5 lines
161 B
Rust

fn main() {
concat_idents!(a, b); //~ ERROR `concat_idents` is not stable enough
//~| ERROR cannot find value `ab` in this scope
}