Package: rust-syn / 2.0.105-1

Metadata

Package Version Patches format
rust-syn 2.0.105-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove syn test suite.patch | (download)

Cargo.toml | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

---
remove rustc crates.patch | (download)

Cargo.toml | 17 0 + 17 - 0 !
1 file changed, 17 deletions(-)

---
remove reqwest.patch | (download)

Cargo.toml | 6 3 + 3 - 0 !
benches/file.rs | 3 2 + 1 - 0 !
benches/rust.rs | 6 5 + 1 - 0 !
tests/repo/mod.rs | 5 3 + 2 - 0 !
tests/test_precedence.rs | 2 1 + 1 - 0 !
tests/test_round_trip.rs | 2 1 + 1 - 0 !
6 files changed, 15 insertions(+), 9 deletions(-)

---
fix test feature gates.patch | (download)

Cargo.toml | 25 25 + 0 - 0 !
src/custom_keyword.rs | 2 1 + 1 - 0 !
src/custom_punctuation.rs | 2 1 + 1 - 0 !
src/error.rs | 8 4 + 4 - 0 !
src/lib.rs | 2 1 + 1 - 0 !
src/lit.rs | 2 1 + 1 - 0 !
src/punctuated.rs | 2 1 + 1 - 0 !
src/token.rs | 8 4 + 4 - 0 !
tests/debug/gen.rs | 1 1 + 0 - 0 !
9 files changed, 39 insertions(+), 13 deletions(-)

---
disable tests requiring nightly.patch | (download)

tests/test_lit.rs | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
disable unparenthesize test.patch | (download)

tests/test_unparenthesize.rs | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
disable tests compiler internals.patch | (download)

Cargo.toml | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

---
more test fixes.patch | (download)

Cargo.toml | 10 5 + 5 - 0 !
src/attr.rs | 6 3 + 3 - 0 !
src/data.rs | 2 1 + 1 - 0 !
src/discouraged.rs | 2 1 + 1 - 0 !
src/group.rs | 6 3 + 3 - 0 !
src/lib.rs | 2 1 + 1 - 0 !
src/lit.rs | 4 2 + 2 - 0 !
src/lookahead.rs | 6 3 + 3 - 0 !
src/meta.rs | 2 1 + 1 - 0 !
src/parse.rs | 30 15 + 15 - 0 !
src/parse_quote.rs | 4 2 + 2 - 0 !
tests/debug/gen.rs | 2 1 + 1 - 0 !
12 files changed, 38 insertions(+), 38 deletions(-)

---