]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/macros/macro-path-prelude-fail-3.stderr
Auto merge of #83152 - guswynn:jemallocator_part2, r=Mark-Simulacrum
[rust.git] / src / test / ui / macros / macro-path-prelude-fail-3.stderr
index 3e3a0b3879be9c24947fae532497fc612d5e0c91..523f08d547ebc1595d3a8ab65c4d7bdc853b1132 100644 (file)
@@ -4,7 +4,7 @@ error: cannot find macro `inline` in this scope
 LL |     inline!();
    |     ^^^^^^ help: a macro with a similar name exists: `line`
    | 
-  ::: $SRC_DIR/libcore/macros/mod.rs:LL:COL
+  ::: $SRC_DIR/core/src/macros/mod.rs:LL:COL
    |
 LL |     macro_rules! line {
    |     ----------------- similarly named macro `line` defined here