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