blob: 012057fc2809243738dd4a07bb3861453105272b [file] [log] [blame]
#![feature(concat_idents)]
fn main() {
let x = concat_idents!(); //~ ERROR concat_idents! takes 1 or more arguments
}