]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/macro-path-prelude-fail-3.rs
Rollup merge of #106962 - compiler-errors:use-sugg-span, r=oli-obk
[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 }