summaryrefslogtreecommitdiffstats
path: root/tests/ui/feature-gates/feature-gate-concat_idents2.rs
blob: 9660ffeafa5188e9531b10a3fe6daaafb315488f (plain)
1
2
3
4
fn main() {
    concat_idents!(a, b); //~ ERROR `concat_idents` is not stable enough
                          //~| ERROR cannot find value `ab` in this scope
}