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

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

4 lines
80 B
Rust
Raw Normal View History

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