-
Notifications
You must be signed in to change notification settings - Fork 13.4k
librustc_borrowck/borrowck/doc.rs doesn't get rendered #21281
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
Comments
/cc @nikomatsakis , this has always been weird |
I think the consensus was that we should add some way to include I personally think long-form documentation is super useful, so I wouldn't want to remove it from the repo, but I'd love to make a proper markdown file and not a big comment. |
Rustdoc already knows how to do |
Regardless, I thought you didn't want them to be markdown files, so if you do, then woooo 🎊 |
Maybe we need a "scary compiler internals" section of the book. Actually, I read through the borrowchecker |
This is super black magic internals at the moment, but having it somewhere semi-public seems good. The current versions weren't being rendered, and they'll be useful for some people. Fixes rust-lang#21281
This is super black magic internals at the moment, but having it somewhere semi-public seems good. The current versions weren't being rendered, and they'll be useful for some people. Fixes #21281 r? @nikomatsakis @kmcallister
Because
mod borrowck
is private.The text was updated successfully, but these errors were encountered: