We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: failed to render source code for `crates/syntax/src/lib.rs`: "crates/syntax/src/lib.rs": No such file or directory (os error 2) --> crates/syntax/src/lib.rs:1:1 | 1 | / use std::mem; 2 | | 3 | | pub type SyntaxBuilder = eventree::SyntaxBuilder<TreeConfig>; 4 | | pub type SyntaxElement = eventree::SyntaxElement<TreeConfig>; ... | 93 | | Error, 94 | | } | |_^
command (in the repository root):
cargo doc
The text was updated successfully, but these errors were encountered:
uhhhhh what? the error gives practically no information lol
I'm getting the same error too
Sorry, something went wrong.
The only working command is this:
cargo doc --workspace --exclude parser --exclude syntax --exclude lexer --no-deps
I posted an issue to rust-lang/cargo to see if they had any ideas rust-lang/rust#126638
No branches or pull requests
command (in the repository root):
The text was updated successfully, but these errors were encountered: