diff options
| author | David Tolnay <dtolnay@gmail.com> | 2021-09-04 19:19:02 -0700 |
|---|---|---|
| committer | David Tolnay <dtolnay@gmail.com> | 2021-09-04 19:19:02 -0700 |
| commit | 4d5881552fa9139111c9d1f7c1e38fe39a03f01a (patch) | |
| tree | e5282602f40a4a8ad1a14cfe9c982a58a30ee0b9 | |
| parent | cde16442fa412d9c9d4dc7b65768adfb0221fe15 (diff) | |
| download | platform_external_rust_crates_syn-upstream-master.tar.gz platform_external_rust_crates_syn-upstream-master.tar.bz2 platform_external_rust_crates_syn-upstream-master.zip | |
Update test suite to nightly-2021-09-05upstream-master
| -rw-r--r-- | tests/common/eq.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common/eq.rs b/tests/common/eq.rs index 4739469f..52a8a99d 100644 --- a/tests/common/eq.rs +++ b/tests/common/eq.rs @@ -302,7 +302,7 @@ spanless_eq_struct!(AttrItem; path args tokens); spanless_eq_struct!(Attribute; kind id style span); spanless_eq_struct!(AttributesData; attrs tokens); spanless_eq_struct!(BareFnTy; unsafety ext generic_params decl); -spanless_eq_struct!(Block; stmts id rules span tokens); +spanless_eq_struct!(Block; stmts id rules span tokens could_be_bare_literal); spanless_eq_struct!(Crate; attrs items span); spanless_eq_struct!(EnumDef; variants); spanless_eq_struct!(Expr; id kind span attrs !tokens); |
