Fixed old failed test due to new fixes
This commit is contained in:
parent
710407b11d
commit
877c251bef
1 changed files with 2 additions and 2 deletions
|
|
@ -677,7 +677,7 @@ fn macro_expansion_overflow() {
|
|||
r#"
|
||||
macro_rules! a {
|
||||
($e:expr; $($t:tt)*) => {
|
||||
b!($($t)*);
|
||||
b!(static = (); $($t)*);
|
||||
};
|
||||
() => {};
|
||||
}
|
||||
|
|
@ -689,7 +689,7 @@ macro_rules! b {
|
|||
() => {};
|
||||
}
|
||||
|
||||
b! { static = #[] (); }
|
||||
b! { static = #[] ();}
|
||||
"#,
|
||||
expect![[r#"
|
||||
crate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue