We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reported in rust-lang/rust#80843 (comment)
Input
pub trait PrettyPrinter<'tcx>: Printer< 'tcx, Error = fmt::Error, Path = Self, Region = Self, Type = Self, DynExistential = Self, Const = Self, > + fmt::Write { // }
Output
Expected output
Meta
Bisected to 1.4.28 where a bug fix for handling comments between bounds was introduced (#4474)
The text was updated successfully, but these errors were encountered:
calebcartwright
Successfully merging a pull request may close this issue.
Reported in rust-lang/rust#80843 (comment)
Input
Output
Expected output
Meta
Bisected to 1.4.28 where a bug fix for handling comments between bounds was introduced (#4474)
The text was updated successfully, but these errors were encountered: