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
cleanup-markdown
See what this flag does:
cargo test --doc
To see the issue, I have this test repo: https://github.com/liufuyang/rust-buf-bigtable-test
buf generate cargo build # build works, but when test, the doc-tests will fail with lots of errors cargo test ... <ignores a huge error log output here> ... src/gen/google.type.rs - google::r#type::PhoneNumber (line 718) src/gen/google.type.rs - google::r#type::Quaternion (line 937) src/gen/google.type.rs - google::r#type::Quaternion (line 953) test result: FAILED. 0 passed; 191 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.13s error: doctest failed, to rerun pass `--doc`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See what this flag does:
cargo test --doc
tokio-rs/prost#633To see the issue, I have this test repo: https://github.com/liufuyang/rust-buf-bigtable-test
The text was updated successfully, but these errors were encountered: