-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Document rustc_index::vec::IndexVec
#93792
Comments
@rustbot claim |
@mfrw Can I claim this one? |
Please do.. I am not getting the time at the moment |
Thanks! @rustbot claim |
Edit `rustc_index::vec::IndexVec::pick3_mut` docs Clarify when this method will panic. Part of rust-lang#93792.
Edit `rustc_index::vec::IndexVec::pick3_mut` docs Clarify when this method will panic. Part of rust-lang#93792.
@rustbot claim |
One quick question re: Thanks! |
@rustbot claim |
Document `rustc_index::vec::IndexVec` Document a few of the methods. Part of rust-lang#93792.
Document `rustc_index::vec::IndexVec` Document a few of the methods. Part of rust-lang#93792.
Rollup merge of rust-lang#119800 - dev-ardi:tmp, r=wesleywiser Document `rustc_index::vec::IndexVec` Document a few of the methods. Part of rust-lang#93792.
Add better explanation for `rustc_index::IndexVec` I feel like I didn't do a great job explaining what this does in rust-lang#119800, so this PR tries to give an example of why and how you would use it. Addresses rust-lang#93792.
Add better explanation for `rustc_index::IndexVec` I feel like I didn't do a great job explaining what this does in rust-lang#119800, so this PR tries to give an example of why and how you would use it. Addresses rust-lang#93792.
Add better explanation for `rustc_index::IndexVec` I feel like I didn't do a great job explaining what this does in rust-lang#119800, so this PR tries to give an example of why and how you would use it. Addresses rust-lang#93792.
Add better explanation for `rustc_index::IndexVec` I feel like I didn't do a great job explaining what this does in rust-lang#119800, so this PR tries to give an example of why and how you would use it. Addresses rust-lang#93792.
Rollup merge of rust-lang#122015 - dev-ardi:master, r=nnethercote Add better explanation for `rustc_index::IndexVec` I feel like I didn't do a great job explaining what this does in rust-lang#119800, so this PR tries to give an example of why and how you would use it. Addresses rust-lang#93792.
Anything that lacks clarification or this can be closed |
Closing this as #122015 should satisfy it (next time you can mention fixes or closes to autoclose the issue once the pr is merged if it there is nothing left to add to the issue) |
rustc_index::vec::IndexVec
is used in 103 files in the compiler, yet it lacks documentation.The text was updated successfully, but these errors were encountered: