Skip to content

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

Closed
ghost opened this issue Sep 11, 2012 · 4 comments
Closed

I don't know whether I use rustdoc properly. #3458

ghost opened this issue Sep 11, 2012 · 4 comments

Comments

@ghost
Copy link

ghost commented Sep 11, 2012

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 ..

@brson
Copy link
Contributor

brson commented Sep 12, 2012

rustdoc can't search yet. The only thing it can do is take a crate as input and output either markdown or HTML. rustdoc --hlep does show something useful I think.

@ghost
Copy link
Author

ghost commented Sep 12, 2012

root@sam-VirtualBox:~/project# rustdoc --help
error: Unrecognized option: 'help'.

Is it same as you or mine has some problem?

@brson
Copy link
Contributor

brson commented Sep 12, 2012

Oh, interesting. --help doesn't work, but -h does.

@ghost
Copy link
Author

ghost commented Sep 12, 2012

Thanks brson :)

@ghost ghost closed this as completed Sep 12, 2012
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant