aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorVincent RouillĂ© <[email protected]>2019-12-30 16:12:20 +0000
committerVincent RouillĂ© <[email protected]>2019-12-30 16:12:20 +0000
commitdc989309655a5a587a1d3ea154bbc21d67fea423 (patch)
tree0e2ba950ad70bf9c2dac8939bdfda80e666480db /crates
parentc670a15345467ad394df850bd3b81f76ca7e8cd3 (diff)
Add details about test_repeat_bad_var current state
Diffstat (limited to 'crates')
-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 {