summaryrefslogtreecommitdiffstats
path: root/src/test/ui/macros/macro-path-prelude-fail-3.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/macros/macro-path-prelude-fail-3.stderr')
-rw-r--r--src/test/ui/macros/macro-path-prelude-fail-3.stderr15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/test/ui/macros/macro-path-prelude-fail-3.stderr b/src/test/ui/macros/macro-path-prelude-fail-3.stderr
new file mode 100644
index 000000000..70900a6bc
--- /dev/null
+++ b/src/test/ui/macros/macro-path-prelude-fail-3.stderr
@@ -0,0 +1,15 @@
+error: cannot find macro `inline` in this scope
+ --> $DIR/macro-path-prelude-fail-3.rs:2:5
+ |
+LL | inline!();
+ | ^^^^^^ help: a macro with a similar name exists: `line`
+ |
+ ::: $SRC_DIR/core/src/macros/mod.rs:LL:COL
+ |
+LL | macro_rules! line {
+ | ----------------- similarly named macro `line` defined here
+ |
+ = note: `inline` is in scope, but it is an attribute: `#[inline]`
+
+error: aborting due to previous error
+