Closed
Description
Running ./mach doc
on Servo's codebase yields a bunch of crates with the following warning:
warning: source code was requested to be rendered, but processing `<proc-macro source code>` had an error: No such file or directory (os error 2)
skipping rendering of source code
This means that the source is available for some types, but not others.
I'll try to figure out when this regressed.