-
Notifications
You must be signed in to change notification settings - Fork 13
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
Improve code documentation #72
Comments
We can add "See also [xyz](item in rustc's mir)" but I'm not sure if any reference to the compiler should be avoided or not. |
Would that work with crates.io documentation? I tried to find a way to "inline" a linked documentation, but no luck. |
No experience unfortunately. Although I'm not sure what you exactly mean by inlining, is it necessary to inline them? By default, they appear as links to the official online rustc's documents. |
I mean, this is definitely an improvement to what we have today, but it won't work once we publish the stable mir crate in crates.io. |
The link will likely be broken |
StableMIR definitions could use some comments.
I don't know what is the best way to move forward to avoid duplicating rustc's documentation plus adding more comments.
The text was updated successfully, but these errors were encountered: