rustdoc doesn't support reading from STDIN via the fake path -
(dash)
#123671
Labels
A-CLI
Area: Command-line interface (CLI) to the compiler
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
P-low
Low priority
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
While
rustc
supports reading from STDIN if the fake path-
(dash) is provided (a CLI convention),rustdoc
does not.This is definitely not something I need, it's merely an inconsistency between
rustc
andrustdoc
I've noticed and that I'm recording here.rustc
ExampleCrate name:
rust_out
; virtual file path:<anon>
.Reproducer
Currently fails with:
The text was updated successfully, but these errors were encountered: