-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
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
Run compiler doctests in CI #99144
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@rustbot claim |
Enable doctests in compiler/ crates Helps with rust-lang#99144
The remaining crates that need to be fixed are
Here's steps to fix these.
@jyn514 |
@rustbot claim |
Enable doctests in compiler/ crates Helps with rust-lang/rust#99144
@rustbot claim |
@rustbot claim |
Fix doctest errors related to rustc_middle Helps with rust-lang#99144
@rustbot claim |
@rustbot claim |
@rustbot claim |
@rustbotreclamar |
Ok, this is not working. If you want to work on this issue, please also say which crate you are working on; doing one crate at a time is fine. It's ok to work on crates that haven't yet been claimed. |
@jyn514 I have been working on the first crate rustc_ast_lowering; I will finish this week I will do a Pull request |
rustc_query_impl is done, claiming rustc_infer next while Gent works on ast_lowering |
Enable doctests for rustc_query_impl doctests worked out of the box for query_impl on my local machine. Working towards rust-lang#99144
Enable doctests in compiler/ crates Helps with rust-lang/rust#99144
Enable doctests in compiler/ crates Helps with rust-lang/rust#99144
Right now these are only ever run locally, which means they often break. We should run these in CI.
See #99144 (comment) for mentoring instructions.
Originally posted by @jyn514 in #95994 (comment)
The text was updated successfully, but these errors were encountered: