Skip to content

Commit

Permalink
[rust] Migrate to syn v2.
Browse files Browse the repository at this point in the history
Strictly speaking, this isn't needed to fix gtest initializers, but it
will probably be helpful as that seems to be the general direction the
Rust ecosystem is moving.

Bug: 1466674
Change-Id: I02f4394067d5dbc3b0cf624fd8b9733ae1942eb3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4940774
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Łukasz Anforowicz <lukasza@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1210599}
  • Loading branch information
zetafunction authored and Chromium LUCI CQ committed Oct 17, 2023
1 parent 329920f commit b9ac1af
Show file tree
Hide file tree
Showing 7 changed files with 199 additions and 257 deletions.
2 changes: 1 addition & 1 deletion testing/rust_gtest_interop/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if (enable_rust) {
deps = [
"//third_party/rust/proc_macro2/v1:lib",
"//third_party/rust/quote/v1:lib",
"//third_party/rust/syn/v1:lib",
"//third_party/rust/syn/v2:lib",
]

# This target's contents are exposed as part of :rust_gtest_interop.
Expand Down

0 comments on commit b9ac1af

Please sign in to comment.