Skip to content

Commit dc98930

Browse files
committed
Add details about test_repeat_bad_var current state
1 parent c670a15 commit dc98930

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/ra_mbe/src/tests.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,6 +1523,8 @@ fn test_issue_2520() {
15231523

15241524
#[test]
15251525
fn test_repeat_bad_var() {
1526+
// FIXME: the second rule of the macro should be removed and an error about
1527+
// `$( $c )+` raised
15261528
parse_macro(
15271529
r#"
15281530
macro_rules! foo {

0 commit comments

Comments
 (0)