summaryrefslogtreecommitdiffstats
path: root/tests/ui/proc-macro/test-same-crate.stderr
blob: 5d12e149c3c4cf7f87d87337549d03f9048e6744 (plain)
1
2
3
4
5
6
7
8
9
10
error: can't use a procedural macro from the same crate that defines it
  --> $DIR/test-same-crate.rs:13:14
   |
LL |     fn t() { crate::mac!(A) }
   |              ^^^^^^^^^^
   |
   = help: you can define integration tests in a directory named `tests`

error: aborting due to previous error