Add details about test_repeat_bad_var current state

This commit is contained in:
Vincent Rouillé 2019-12-30 17:12:20 +01:00
parent c670a15345
commit dc98930965
No known key found for this signature in database
GPG Key ID: FCA513373403B851

View File

@ -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 {