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 b95d4d0 commit 434f4a2Copy full SHA for 434f4a2
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: f99d6cab43f787f8887a488b21ba3cd9f8ab9de4
+refs/heads/master: 92810089b5bb5d0d11932f2fa552caf68b4f3911
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
trunk/src/libsyntax/ext/expand.rs
@@ -307,7 +307,7 @@ fn core_macros() -> ~str {
307
308
pub const cond : ::core::condition::Condition<$in,$out> =
309
::core::condition::Condition {
310
- name: stringify!(c),
+ name: stringify!($c),
311
key: key
312
};
313
}
0 commit comments