Allow tidy check in codegen#153166
Conversation
|
Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 Some changes occurred in compiler/rustc_codegen_gcc |
|
Tidy does not run inside the cg_clif and cg_gcc repos, which means whenever we do a sync, there is a fair chance that we did be forced to male changes when tidy complains. |
I would suggest not running full Also, doesn't rust-lang/compiler-team#963 only say TODO -> FIXME? Not other |
|
Ah, I overinterpreted it — my mistake. Thanks for the clarification. I’ll update it accordingly. |
This comment has been minimized.
This comment has been minimized.
8af1d2e to
474d3e6
Compare
Fixes: #152280
MCP: rust-lang/compiler-team#963
I've separated the commits for easier review.
TODO
r? lcnr