rust/tests/ui/macros/macro-name-typo.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
62 B
Rust
Raw Normal View History

2015-11-25 17:36:30 -06:00
fn main() {
2017-11-20 06:13:27 -06:00
printlx!("oh noes!"); //~ ERROR cannot find
2015-11-25 17:36:30 -06:00
}