mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Add details about test_repeat_bad_var current state
This commit is contained in:
parent
c670a15345
commit
dc98930965
1 changed files with 2 additions and 0 deletions
|
@ -1523,6 +1523,8 @@ fn test_issue_2520() {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_repeat_bad_var() {
|
fn test_repeat_bad_var() {
|
||||||
|
// FIXME: the second rule of the macro should be removed and an error about
|
||||||
|
// `$( $c )+` raised
|
||||||
parse_macro(
|
parse_macro(
|
||||||
r#"
|
r#"
|
||||||
macro_rules! foo {
|
macro_rules! foo {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue