rust/tests/ui/macros/macro-path-prelude-fail-3.rs

4 lines
80 B
Rust

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