-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Redesign / rewrite rustdoc #5413
Comments
ghost
assigned z0w0
May 21, 2013
accepted for backwards-compatible milestone |
(because this will likely change command-line interface to the tool) |
I'm actively doing this |
This was referenced Jul 25, 2013
bam, done. yay! |
Now that rustdoc_ng has been merged, closing. |
oli-obk
pushed a commit
to oli-obk/rust
that referenced
this issue
May 2, 2020
When checking for functions that are potential candidates for trait implementations check the function header to make sure modifiers like asyncness, constness and safety match before triggering the lint. Fixes rust-lang#5413, rust-lang#4290
oli-obk
pushed a commit
to oli-obk/rust
that referenced
this issue
May 2, 2020
Check fn header along with decl when suggesting to implement trait When checking for functions that are potential candidates for trait implementations check the function header to make sure modifiers like asyncness, constness and safety match before triggering the lint. Fixes rust-lang#5413, rust-lang#4290 changelog: check fn header along with decl for should_implement_trait
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rustdoc was implemented for Rust 0.1 and a lot about the language has changed since then. Both the way it presents certain features and the way it's implemented are relics. It's never been particularly good and probably deserves a comprehensive redesign.
The text was updated successfully, but these errors were encountered: