rust/src/test/ui/feature-gates/feature-gate-concat_idents2.rs
2018-12-25 21:08:33 -07:00

6 lines
115 B
Rust

// gate-test-concat_idents
fn main() {
concat_idents!(a, b); //~ ERROR `concat_idents` is not stable enough
}