You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rustdoc_test: Apply prefix stripping to proc_macro dependencies. (#1952)
Without stripping the prefix, rustdoc can not find the proc macro shared
library.
It's not entirely clear to me why
`//test/unit/rustdoc:lib_with_proc_macro` passes without this. When I
run `bazel test //test/unit/rustdoc:rustdoc_test_suite --subcommands` I
don't see any "action 'Generating Rustdoc test runner for.." lines so
perhaps that path is not tested?
---------
Co-authored-by: Armando Montanez <[email protected]>
Co-authored-by: Krasimir Georgiev <[email protected]>
0 commit comments