-
Notifications
You must be signed in to change notification settings - Fork 544
Document the SessionDiagnostic derive macro. #961
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
Conversation
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.
This is awesome! Thanks for writing it up. I think with this we can now start creating E-easy issues for various sites in the compiler where we could move to SessionDiagnostic
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.
Some lines are too long and exceed the 100 characters limit required to pass CI. I'd suggest to use [][]
-style links instead of the inline []()
-style links.
Also this design looks fantastic! It's awesome that someone finally implemented it ❤️ |
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.
This feature looks pretty cool!
Co-authored-by: Camelid <camelidcamel@gmail.com>
1dd467f
to
01be82c
Compare
Thanks for the suggestions, all :) @rustbot modify labels: waiting-on-review |
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.
Thanks!
Documents the
#[derive(SessionDiagnostic)
macro implemented in rust-lang/rust#75138.cc @oli-obk