Release notes
*Sourced from [syn's releases](https://github.com/dtolnay/syn/releases).*
> ## 0.15.35
> - Transpose `unsafe async fn` to `async unsafe fn` (https://github-redirect.dependabot.com/rust-lang/rust/pull/61319)
Commits
- [`848f676`](https://github.com/dtolnay/syn/commit/848f676fcf23223eb0727691731e4e2567e2044d) Release 0.15.35
- [`5b351e5`](https://github.com/dtolnay/syn/commit/5b351e5a821149e3dab44b26048764bc766b36e7) Emit main in dev crate whether or not there is error
- [`62bdd84`](https://github.com/dtolnay/syn/commit/62bdd84672151e5b5f0a67b91b92bb2aa5cccf9a) Fix token order of async unsafe fn
- [`7ee1d63`](https://github.com/dtolnay/syn/commit/7ee1d633feb63b871dfb7662a391228fd1fbc03a) Use interned symbol doc
- [`b7f1e9b`](https://github.com/dtolnay/syn/commit/b7f1e9b78ddc052f48072237d6cc3350a43fc516) Update test suite to nightly-2019-06-08
- [`5438994`](https://github.com/dtolnay/syn/commit/5438994afc6bacc8efce39823cd06a1acb28cb50) Update test suite to nightly-2019-06-07
- [`2c8fc61`](https://github.com/dtolnay/syn/commit/2c8fc61edf38f662475f222742b9fd0493fb4bbd) Update test suite to nightly-2019-06-05
- [`479881f`](https://github.com/dtolnay/syn/commit/479881f2b8d2c71b6523b9cfd13a39ac2bc64f8b) Ignore some lints to support old compilers
- [`e52022b`](https://github.com/dtolnay/syn/commit/e52022b8a1d311481d10d80f797f026490dd5ab7) Remove parsing placement expr
- [`d502e4b`](https://github.com/dtolnay/syn/commit/d502e4b5dd74619794d053cfd1c73c953fee942a) Implement parsing const generic params
- Additional commits viewable in [compare view](https://github.com/dtolnay/syn/compare/0.15.34...0.15.35)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps syn from 0.15.34 to 0.15.35.
Release notes
*Sourced from [syn's releases](https://github.com/dtolnay/syn/releases).* > ## 0.15.35 > - Transpose `unsafe async fn` to `async unsafe fn` (https://github-redirect.dependabot.com/rust-lang/rust/pull/61319)Commits
- [`848f676`](https://github.com/dtolnay/syn/commit/848f676fcf23223eb0727691731e4e2567e2044d) Release 0.15.35 - [`5b351e5`](https://github.com/dtolnay/syn/commit/5b351e5a821149e3dab44b26048764bc766b36e7) Emit main in dev crate whether or not there is error - [`62bdd84`](https://github.com/dtolnay/syn/commit/62bdd84672151e5b5f0a67b91b92bb2aa5cccf9a) Fix token order of async unsafe fn - [`7ee1d63`](https://github.com/dtolnay/syn/commit/7ee1d633feb63b871dfb7662a391228fd1fbc03a) Use interned symbol doc - [`b7f1e9b`](https://github.com/dtolnay/syn/commit/b7f1e9b78ddc052f48072237d6cc3350a43fc516) Update test suite to nightly-2019-06-08 - [`5438994`](https://github.com/dtolnay/syn/commit/5438994afc6bacc8efce39823cd06a1acb28cb50) Update test suite to nightly-2019-06-07 - [`2c8fc61`](https://github.com/dtolnay/syn/commit/2c8fc61edf38f662475f222742b9fd0493fb4bbd) Update test suite to nightly-2019-06-05 - [`479881f`](https://github.com/dtolnay/syn/commit/479881f2b8d2c71b6523b9cfd13a39ac2bc64f8b) Ignore some lints to support old compilers - [`e52022b`](https://github.com/dtolnay/syn/commit/e52022b8a1d311481d10d80f797f026490dd5ab7) Remove parsing placement expr - [`d502e4b`](https://github.com/dtolnay/syn/commit/d502e4b5dd74619794d053cfd1c73c953fee942a) Implement parsing const generic params - Additional commits viewable in [compare view](https://github.com/dtolnay/syn/compare/0.15.34...0.15.35)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.