aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/ra_mbe/src/tests.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_mbe/src/tests.rs b/crates/ra_mbe/src/tests.rs
index 288366cca..e0d689704 100644
--- a/crates/ra_mbe/src/tests.rs
+++ b/crates/ra_mbe/src/tests.rs
@@ -1523,6 +1523,8 @@ fn test_issue_2520() {
1523 1523
1524#[test] 1524#[test]
1525fn test_repeat_bad_var() { 1525fn test_repeat_bad_var() {
1526 // FIXME: the second rule of the macro should be removed and an error about
1527 // `$( $c )+` raised
1526 parse_macro( 1528 parse_macro(
1527 r#" 1529 r#"
1528 macro_rules! foo { 1530 macro_rules! foo {