diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-12-02 17:36:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-02 17:36:11 +0100 |
| commit | 4c68112df14dca6186be968a0c063f7573ff3666 (patch) | |
| tree | 8f2915b4daf698505b284b44c18e0ae9d4c3ca66 /compiler/rustc_codegen_llvm/src/back/write.rs | |
| parent | 7c92266fdee746d56e1cfaacebd068acf9fd975f (diff) | |
| parent | e089bead327795727e1a72fd276776f12f186cea (diff) | |
| download | rust-4c68112df14dca6186be968a0c063f7573ff3666.tar.gz rust-4c68112df14dca6186be968a0c063f7573ff3666.zip | |
Rollup merge of #133751 - lcnr:no-trait-solving-on-type, r=compiler-errors
remove `Ty::is_copy_modulo_regions` Using these functions is likely incorrect if an `InferCtxt` is available, I moved this function to `TyCtxt` (and added it to `LateContext`) and added a note to the documentation that one should prefer `Infer::type_is_copy_modulo_regions` instead. I didn't yet move `is_sized` and `is_freeze`, though I think we should move these as well. r? `@compiler-errors` cc #132279
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/back/write.rs')
0 files changed, 0 insertions, 0 deletions
