]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/macro-name-typo.rs
Rollup merge of #106783 - WaffleLapkin:break-my-ident, r=wesleywiser
[rust.git] / tests / ui / macros / macro-name-typo.rs
1 fn main() {
2     printlx!("oh noes!"); //~ ERROR cannot find
3 }