Update Rust crate proc-macro2 to v1.0.89 #26
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.19
->1.0.89
Release Notes
dtolnay/proc-macro2 (proc-macro2)
v1.0.89
Compare Source
v1.0.88
Compare Source
Span::start
andSpan::end
inside proc macros on nightly (#472)v1.0.87
Compare Source
Punct::new
(#470)v1.0.86
Compare Source
v1.0.85
Compare Source
v1.0.84
Compare Source
v1.0.83
Compare Source
Ident
(#462)v1.0.82
Compare Source
v1.0.81
Compare Source
v1.0.80
Compare Source
Literal::byte_character
constructor (#449)Literal::c_string
constructor #450)v1.0.79
Compare Source
v1.0.78
Compare Source
v1.0.77
Compare Source
v1.0.76
Compare Source
dead_code
warning false positive (#435)v1.0.75
Compare Source
v1.0.74
Compare Source
v1.0.73
Compare Source
v1.0.72
Compare Source
v1.0.71
Compare Source
deny(unsafe_op_in_unsafe_fn)
lintv1.0.70
Compare Source
Ident::new
so that panics on invalid input are attributed to the caller (#423)v1.0.69
Compare Source
v1.0.68
Compare Source
v1.0.67
Compare Source
(/*ERROR*/)
placeholder that rustc uses for macros that fail to expand (#405)v1.0.66
Compare Source
v1.0.65
Compare Source
v1.0.64
Compare Source
\r
in between tokens (#399)v1.0.63
Compare Source
c"…"
c-string literals (tracking issue: https://github.com/rust-lang/rust/issues/105723)v1.0.62
Compare Source
yanked
v1.0.61
Compare Source
v1.0.60
Compare Source
v1.0.59
Compare Source
v1.0.58
Compare Source
v1.0.57
Compare Source
start()
/end()
implementation onSpan
while the upstream API is iterated on (#383, https://github.com/rust-lang/rust/pull/111571)v1.0.56
Compare Source
v1.0.55
Compare Source
Span
for literals produced via theFromStr
impl ofLiteral
(#378)Literal::subspan
in non-macro contexts when "span-locations" feature is enabled (#379)v1.0.54
Compare Source
v1.0.53
Compare Source
source_text()
method (#350)v1.0.52
Compare Source
Group::delim_span
(#366)v1.0.51
Compare Source
#
used for delimiting a raw string literal: 255 (#364)v1.0.50
Compare Source
v1.0.49
Compare Source
-Zrustdoc-scrape-examples
on docs.rs for nowv1.0.48
Compare Source
v1.0.47
Compare Source
v1.0.46
Compare Source
FromStr
impl consistent with proc_macro::TokenStream's on strings that begin with a byte order mark\u{feff}
(#353)v1.0.45
Compare Source
r#self
(#351)v1.0.44
Compare Source
span.before()
andspan.after()
to access an emptySpan
located immediately before or after the input span (#348, upstream tracking issue: https://github.com/rust-lang/rust/issues/87552)v1.0.43
Compare Source
v1.0.42
Compare Source
v1.0.41
Compare Source
.size_hint()
fromTokenStream
's iterator (#334)v1.0.40
Compare Source
Ident::new_raw
constructor (#331, thanks @mystor)v1.0.39
Compare Source
v1.0.38
Compare Source
Literal::byte_string
constructor (#328)v1.0.37
Compare Source
v1.0.36
Compare Source
quote!
macrov1.0.35
Compare Source
v1.0.34
Compare Source
v1.0.33
Compare Source
Group::span_open
/span_close
on Rust 1.55+ to reflect their stabilization in rustc (#305, https://github.com/rust-lang/rust/pull/86136)v1.0.32
Compare Source
v1.0.31
Compare Source
v1.0.30
Compare Source
v1.0.29
Compare Source
impl FromStr for Literal
(#287)v1.0.28
Compare Source
v1.0.27
Compare Source
impl FromStr for Literal
(#286, https://github.com/rust-lang/rust/pull/84717)v1.0.26
Compare Source
impl LexError { pub fn span(&self) -> Span }
(#283)v1.0.25
Compare Source
v1.0.24
Compare Source
v1.0.23
Compare Source
v1.0.22
Compare Source
v1.0.21
Compare Source
v1.0.20
Compare Source
Configuration
📅 Schedule: Branch creation - "after 9am on Saturday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.