Skip to content

Rust docset not completely rendered ("Loading content...") #1195

@cyphar

Description

@cyphar

If you try to load the documentation for std::iter::Iterator, the documentation has been stripped of its JavaScript and the method documentation is missing entirely (all that is there is a Loading content... placeholder). I think this is because Rust's documentation uses JavaScript to fill in the documentation section for some trait and struct methods.

Zeal Screenshot -- Iterator

2020-02-26-203312_1426x339_scrot

docs.rust-lang.org Screenshot -- Iterator

2020-02-26-203332_990x453_scrot
2020-02-26-203257_1026x563_scrot

This happens for more than just Iterator, the same issue is present for std::option::Option:

Zeal Screenshot -- Option

2020-02-26-203858_572x759_scrot

docs.rust-lang.org Screenshot -- Option

2020-02-26-203845_993x669_scrot

... and any other Rust stdlib types I've tried to look up (such as std::vec::Vec). I'm not sure if this is a problem with the Rust docset itself or if it's how Zeal renders it, but it renders the offline documentation practically useless because you can't get any documentation about methods on stdlib types and traits.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions