Merge pull request #4452 from apasel422/cond-macro-fix
libsyntax: Fix name generation in condition! macro
This commit is contained in:
commit
5b9cbbbb85
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ fn core_macros() -> ~str {
|
|||
|
||||
pub const cond : ::core::condition::Condition<$in,$out> =
|
||||
::core::condition::Condition {
|
||||
name: stringify!(c),
|
||||
name: stringify!($c),
|
||||
key: key
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue