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
Rollup merge of #154741 - Zalathar:unreachable-pub, r=jieyouxu
Enforce `#![warn(unreachable_pub)]` in compiletest source
The actual public API surface of compiletest is restricted to two specific modules, `cli` and `rustdoc_gui_test`.
Other items have no reason to be `pub`.
There should be no change to compiletest behaviour.
0 commit comments