os-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-26 00:36:30 +01:00
fn main() {
2017-11-20 13:13:27 +01:00
printlx!("oh noes!"); //~ ERROR cannot find
2015-11-26 00:36:30 +01:00
}