mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +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]
|
||||
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue