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 c654fd1 commit b293a66Copy full SHA for b293a66
src/libsyntax/ext/expand.rs
@@ -1531,9 +1531,9 @@ mod test {
1531
}
1532
1533
// macro_rules in method position. Sadly, unimplemented.
1534
- #[ignore] #[test] fn macro_in_method_posn(){
+ #[test] fn macro_in_method_posn(){
1535
expand_crate_str(
1536
- "macro_rules! my_method (() => fn thirteen(&self) -> int {13})
+ "macro_rules! my_method (() => (fn thirteen(&self) -> int {13}))
1537
struct A;
1538
impl A{ my_method!()}
1539
fn f(){A.thirteen;}".to_string());
0 commit comments