• C
    mk: don't build docs for internal or behind-the-facade crates in beta/stable · e64b677c
    Corey Richardson 提交于
    This saves a bunch of a time and will make distributions smaller, as well as
    avoiding filling the implementors page with internal garbage. Turn it back on
    with `--enable-compiler-docs` if you want compiler docs during development.
    
    Crates behind the facade are only documented on nightly/dev builds (where they
    can be used).
    
    [breaking-change]
    
    Closes #23772
    Closes #21297
    e64b677c
configure 37.3 KB