blob: 0cc6c577e8d5e9a1350d4ea37d0090b52893fc41 [file] [log] [blame]
// gate-test-concat_idents
fn main() {
concat_idents!(a, b); //~ ERROR `concat_idents` is not stable enough
//~| ERROR cannot find value `ab` in this scope
}