Andy Russell
Andy Russell
Noting that I just ran into this when trying to document `rustdoc` itself. For a non-virtual workspace, it'll just pick the first package in the workspace indiscriminately (`rustdoc-ember`) and fail.
Are we talking about the same thing? I originally opened the issue intending to talk about individual *Rust* files, not markdown. You can invoke the old rustdoc like `rustdoc some_file.rs`...
I'll submit a PR to handle the one target case, but this will still be an issue for crates with multiple targets.
Hm, that path looks suspicious. You should be able to open `example/target/doc/index.html` directly as a workaround. Note there are some unresolved issues with the default frontend, so if you have...
I don't think the parallelism would be a problem because the analysis data is per-test.
Nice, I really like the direction this PR is taking! A couple of things: - I don't actually see doctests being run as a part of `cargo run --release --...
Would you accept PRs tackling these issues against the `dev` branch?
FWIW I'm still seeing this after upgrading to 10.13.2 High Sierra.
The examples seem to work correctly. So, is this a bug in piston_window?
> I guess an enum could also be used to isolate internal component inputs from external user inputs. Yes, I think this is an important feature. Even simple components like...