]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-name-typo.rs
RustWrapper: simplify removing attributes
[rust.git] / src / test / ui / macros / macro-name-typo.rs
1 fn main() {
2     printlx!("oh noes!"); //~ ERROR cannot find
3 }