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
From what I can see, the CI doesnt run rd on itself.
When I tried locally, I encountered:
cargo run -- -v --output html/ target/doc/rd.json
Finished dev [unoptimized + debuginfo] target(s) in 0.01s
Running `target/debug/rd -v --output html/ target/doc/rd.json`
[2022-08-24T08:30:25Z INFO rd] creating the output directory: "html/"
[2022-08-24T08:30:25Z INFO rd] opening input file: "target/doc/rd.json"
[2022-08-24T08:30:25Z INFO rd] starting deserialize of the file
Error: Unable to deseriliaze the content of the file
Caused by:
unknown variant `dyn_trait`, expected one of `resolved_path`, `generic`, `primitive`, `function_pointer`, `tuple`, `slice`, `array`, `impl_trait`, `infer`, `raw_pointer`, `borrowed_ref`, `qualified_path` at line 1 column 23934
From what I can see, the CI doesnt run
rd
on itself.When I tried locally, I encountered:
Is this an
rd
problem, or does it need to be fixed inrustdoc-types
(possibly already fixed rust-lang/rustdoc-types#15 (comment) ?)The text was updated successfully, but these errors were encountered: