blob: 685b5e1f284035c1ded45649ea69dd22bf1c7c21 [file] [log] [blame]
// https://internals.rust-lang.org/t/18227
fn main() {
prinltn!(); //~ ERROR cannot find macro `prinltn` in this scope
//^ a macro with a similar name exists: `println`
}