-
Notifications
You must be signed in to change notification settings - Fork 650
chore: update rust-toolchain to 1.63.0 #3053
Conversation
The two workarounds should open related tracking issues. |
@@ -1,3 +1,4 @@ | |||
#![allow(rustdoc::broken_intra_doc_links)] |
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.
false positive Clippy error introduced by this upgrade.
Tracked here: #3054 |
Besides fixing the immediate warning and errors added in the upgrade, we should also track the possible improvements we can have thanks to the newly stabilized APIs:
|
You are right, would you mind opening a new umbrella to tracking these issues? Because It seems that I don't have permission to create an umbrella issue with full functionality (I could not convert the todo items into separate task.) |
1bce4de
to
3492c32
Compare
!bench_formatter |
!bench_parser |
Parser Benchmark Results
|
The regression seems not ideal, do we need to revert this? |
I realized it too late that running the benchmarks after merging is useless because it then compares main (which includes 1.63) vs this branch (which is 1.63). But it might be worth running the benchmarks locally before/after this commit. |
Formatter Benchmark Results
|
Summary
Test Plan