]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/macro-path-prelude-fail-3.rs
Rollup merge of #106244 - atouchet:readme3, r=workingjubilee
[rust.git] / tests / ui / macros / macro-path-prelude-fail-3.rs
1 fn main() {
2     inline!(); //~ ERROR cannot find macro `inline` in this scope
3 }