about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser/expr.rs
diff options
context:
space:
mode:
authorJieyou Xu <jieyouxu@outlook.com>2025-09-06 16:29:26 +0800
committerJieyou Xu <jieyouxu@outlook.com>2025-09-06 16:33:11 +0800
commit5f372fe7d18efd9770d0f9b23895a049c28dcc41 (patch)
tree863658afc47e2f5faf704bc8b042d85ad9f60159 /compiler/rustc_parse/src/parser/expr.rs
parent397f93362974d298b79e0e0cd43677014aa7b722 (diff)
downloadrust-5f372fe7d18efd9770d0f9b23895a049c28dcc41.tar.gz
rust-5f372fe7d18efd9770d0f9b23895a049c28dcc41.zip
bump-stage0: pick highest common `toml` version, add a workaround
- We pick the higest common `toml` version used in the r-l/r workspace
  to avoid introducing Yet Another `toml` `0.x` version, which happens
  to be `0.8.23` as of the time of writing.
- We introduce a byte-buffer-to-string workaround for the `toml 0.8.*`
  series that do not have the `toml 0.9.*` series's `toml::from_slice`
  API yet. Not efficient, but this is not perf-critical so it's fine.
Diffstat (limited to 'compiler/rustc_parse/src/parser/expr.rs')
0 files changed, 0 insertions, 0 deletions