-
Couldn't load subscription status.
- Fork 13.9k
Migrate item_opaque_ty to Askama
#112034
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
Migrate item_opaque_ty to Askama
#112034
Conversation
|
(rustbot has picked a reviewer for you, use r? to override) |
|
Need to squash these two, but otherwise it looks good to go |
|
Looks all good to me. Let's just wait for #112030 (comment) to be solved first. |
This comment has been minimized.
This comment has been minimized.
|
Looks good to me, thanks! Please squash your commits then I'll r+ it. |
eae5df0 to
99442cf
Compare
This comment has been minimized.
This comment has been minimized.
Migrate item_opaque_type to Askama Fix wrap_item parameters Fix to write
99442cf to
29a51e1
Compare
|
Yeah squashed |
|
Thanks! @bors r+ rollup |
…llaumeGomez Rollup of 9 pull requests Successful merges: - rust-lang#112034 (Migrate `item_opaque_ty` to Askama) - rust-lang#112179 (Avoid passing --cpu-features when empty) - rust-lang#112309 (bootstrap: remove dependency `is-terminal`) - rust-lang#112388 (Migrate GUI colors test to original CSS color format) - rust-lang#112389 (Add a test for rust-lang#105709) - rust-lang#112392 (Fix ICE for while loop with assignment condition with LHS place expr) - rust-lang#112394 (Remove accidental comment) - rust-lang#112396 (Track more diagnostics in `rustc_expand`) - rust-lang#112401 (Don't `use compile_error as print`) r? `@ghost` `@rustbot` modify labels: rollup
This PR migrates
item_opaque_tyto AskamaRefers: #108868