diff --git a/crates/ra_mbe/src/tests.rs b/crates/ra_mbe/src/tests.rs index 288366ccacb..e0d689704b4 100644 --- a/crates/ra_mbe/src/tests.rs +++ b/crates/ra_mbe/src/tests.rs @@ -1523,6 +1523,8 @@ fn test_issue_2520() { #[test] fn test_repeat_bad_var() { + // FIXME: the second rule of the macro should be removed and an error about + // `$( $c )+` raised parse_macro( r#" macro_rules! foo {