-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Upgrade to Rust 1.78 #11260
Upgrade to Rust 1.78 #11260
Conversation
/// no comments are dropped. | ||
/// | ||
/// A node can have dangling comments if all its children are tokens or if all node children are optional. | ||
fn fmt_dangling_comments( |
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.
The function was never called, 🤭
I decided to instead inline the debug_assertion
in fmt
and test that all dangling comments were formatted.
|
Summary
Sets the local toolchain to 1.78. This PR does not update the minimal required rust version.
Test Plan
cargo test