rust/tests/ui/macros/macro-path-prelude-fail-3.rs
2023-01-11 09:32:08 +00:00

4 lines
80 B
Rust

fn main() {
inline!(); //~ ERROR cannot find macro `inline` in this scope
}