-
Notifications
You must be signed in to change notification settings - Fork 13.3k
I don't know whether I use rustdoc properly. #3458
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
rustdoc can't search yet. The only thing it can do is take a crate as input and output either markdown or HTML. |
root@sam-VirtualBox:~/project# rustdoc --help Is it same as you or mine has some problem? |
Oh, interesting. |
Thanks brson :) |
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
May 15, 2021
Avoid panic on macro inside deeply nested block
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I typed "rustdoc search vec::each"
Error message is "error: multiple crates specified.
Typed, "rustdoc search"
error: unknown input file type: search
rust: task failed at 'explicit failure', /home/sam/rustGit/rust/src/libsyntax/diagnostic.rs:78
rust: domain main @0x88b5280 root task failed
rust: task failed at 'killed', /home/sam/rustGit/rust/src/libcore/task.rs:667
rust: task failed at 'killed', /home/sam/rustGit/rust/src/libcore/task.rs:667
What is the problem ?
I would like to see API ..
The text was updated successfully, but these errors were encountered: