Closed
Description
When running make O=build rustdoc
, rustdoc fails with the error error: too many file operands
.
As far as I can see it, this is, as rustdoc
does not support the @file
cmd argument. I also found no documentation of this feature for rustdoc, which let's me wonder how it ever worked. Should we create an issue at the rust repo, asking for support for that flag?