-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update to syn-1.0.102 #102846
update to syn-1.0.102 #102846
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Mark-Simulacrum (or someone else) soon. Please see the contribution instructions for more information. |
r? @dtolnay |
This comment has been minimized.
This comment has been minimized.
I can update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Libcore, and unicode-xid which rustc depends on, both already use the same Unicode tables as unicode-ident, so they already require compliance with Unicode-DFS-2016 despite not stating such in their license metadata in Cargo.toml. Please add Unicode-DFS-2016 as a permitted license.
@bors r+ |
Shouldn't be rolled up in case if perf changes observable in benches (for example https://github.com/dtolnay/proc-macro2/releases/tag/1.0.39, https://github.com/dtolnay/proc-macro2/releases/tag/1.0.42, https://github.com/dtolnay/syn/releases/tag/1.0.95, https://github.com/dtolnay/syn/releases/tag/1.0.102). |
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#101360 (Point out incompatible closure bounds) - rust-lang#101789 (`let`'s not needed in struct field definitions) - rust-lang#102846 (update to syn-1.0.102) - rust-lang#102871 (rustdoc: clean up overly complex `.trait-impl` CSS selectors) - rust-lang#102876 (suggest candidates for unresolved import) - rust-lang#102888 (Improve rustdoc-gui search-color test) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This update removes the only
.gitignore
found inrustc-src
:To check-in
rustc-src
for hermetic builds in environments withrestrictive
.gitignore
policies, one has to remove thesetests/.gitignore
and patch the respective.cargo-checksum.json
.syn
>1.0.101 includes dtolnay/syn@3c49303bed7a,which removes its
tests/.gitignore
. Now thesyn
crates.io packagehas no
.gitignore
.rustc-src
'svendor
is produced from the rootCargo.toml
,src/tools/rust-analyzer/Cargo.toml
,compiler/rustc_codegen_cranelift/Cargo.toml
, andsrc/bootstrap/Cargo.toml
.rustc_codegen_cranelift
does not usesyn
.This was produced with: