rustdoc icon indicating copy to clipboard operation
rustdoc copied to clipboard

Not a real thing, see https://github.com/rust-lang/rust for rustdoc's actual source code

Results 54 rustdoc issues
Sort by recently updated
recently updated
newest added

When I run `cargo test`, I get an error saying this trait is needed for the `JsonApiDocument::from_str` call.

On a lark, I decided to give rustdoc2 a spin and see where things are. I followed the steps in the docs, but they don't seem to work: ``` >...

I'd like to see `A` tags to be formatted like "real" keys, e.g. here on github A or like on [stackexchange](https://meta.superuser.com/questions/4788/css-for-the-new-kbd-style) or in any other possible way :)

enhancement
frontend

When generating documentation tests, the following stages will happen: - tests will be gathered from the docs as a list of strings - tests will be saved to target/doc/tests as...

I wanted to give this as an idea, because it's a bit annoying with the current rustdoc: If I have a struct or an enum, I often want to know...

enhancement
question

Download [hyper](https://github.com/hyperium/hyper) and checkout tag `v0.11.9`. Run the tests: ``` RUST_BACKTRACE=1 cargo run --bin rustdoc -- --manifest-path=../hyper/Cargo.toml test ``` The tests fail because the test program does not extern the...

This issue is part of https://github.com/steveklabnik/rustdoc/issues/125 ## `--test-args`: Using this flag looks like this: ```bash $ rustdoc src/lib.rs --test --test-args ignored ``` This flag will pass options to the test...

help wanted
question
backend
E-Medium