From dc989309655a5a587a1d3ea154bbc21d67fea423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rouill=C3=A9?= Date: Mon, 30 Dec 2019 17:12:20 +0100 Subject: Add details about test_repeat_bad_var current state --- crates/ra_mbe/src/tests.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates') 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() { #[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 { -- cgit v1.2.3