We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f543f commit a71438dCopy full SHA for a71438d
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 7ccc97e5b4fb6a9a3fb76b806df4e22b9401a47c
+refs/heads/master: 5118d2f84a4c4a8bf00d7fb9e06609877bf821e7
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 18e3db7392d2d0697b7e27d6d986139960144d85
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
trunk/src/test/compile-fail/issue-6596.rs
@@ -0,0 +1,9 @@
+macro_rules! e( //~ ERROR unknown macro variable `nonexistent`
+ ($inp:ident) => (
+ $nonexistent
+ );
+)
6
+
7
+fn main() {
8
+ e!(foo);
9
+}
0 commit comments