Skip to content

Docs only build cleanly for std builds #1884

@tcharding

Description

@tcharding

We have a bunch of places in rustdocs that use links to std, this means if we try to build the docs using "no-std" we get a bunch of "unresolved link" warnings. We cannot trivially fix this because the links are to things that exist only in std (eg, path::Path).

Should we be able to build a consistent set of docs for no-std?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions