This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 7664dfe
Auto merge of rust-lang#111925 - Manishearth:rollup-z6z6l2v, r=Manishearth
Rollup of 5 pull requests
Successful merges:
- rust-lang#111741 (Use `ObligationCtxt` in custom type ops)
- rust-lang#111840 (Expose more information in `get_body_with_borrowck_facts`)
- rust-lang#111876 (Roll compiler_builtins to 0.1.92)
- rust-lang#111912 (Use `Option::is_some_and` and `Result::is_ok_and` in the compiler )
- rust-lang#111915 (libtest: Improve error when missing `-Zunstable-options`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
115 files changed
+417
-378
lines changed- compiler
- rustc_ast_passes/src
- rustc_ast/src
- attr
- util
- rustc_borrowck/src
- diagnostics
- region_infer
- type_check
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src
- abi
- rustc_codegen_llvm/src
- coverageinfo
- rustc_codegen_ssa/src/mir
- rustc_const_eval/src/transform/check_consts
- rustc_data_structures/src/obligation_forest
- rustc_driver_impl/src
- rustc_errors/src
- rustc_expand/src
- rustc_feature/src
- rustc_hir_analysis/src
- astconv
- check
- structured_errors
- rustc_hir_typeck/src
- fn_ctxt
- generator_interior/drop_ranges
- method
- rustc_hir/src
- rustc_index/src
- rustc_infer/src/infer
- error_reporting
- rustc_lint/src
- rustc_metadata/src
- rmeta
- rustc_middle/src
- hir
- map
- middle
- ty
- rustc_mir_build/src
- build
- thir/cx
- rustc_mir_transform/src
- rustc_parse/src/parser
- rustc_passes/src
- rustc_query_system/src
- dep_graph
- ich
- rustc_resolve/src
- late
- rustc_session/src
- rustc_span/src
- rustc_symbol_mangling/src/typeid
- rustc_trait_selection/src
- solve
- traits
- error_reporting
- query/type_op
- select
- library
- std
- test/src
- tests
- run-make-fulldeps/obtain-borrowck
- ui/test-attrs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
115 files changed
+417
-378
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
729 | | - | |
| 729 | + | |
730 | 730 | | |
731 | | - | |
| 731 | + | |
732 | 732 | | |
733 | 733 | | |
734 | 734 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2391 | 2391 | | |
2392 | 2392 | | |
2393 | 2393 | | |
2394 | | - | |
| 2394 | + | |
2395 | 2395 | | |
2396 | 2396 | | |
2397 | | - | |
| 2397 | + | |
2398 | 2398 | | |
2399 | 2399 | | |
2400 | 2400 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
444 | | - | |
| 444 | + | |
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
449 | | - | |
| 449 | + | |
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
610 | | - | |
| 610 | + | |
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
| |||
0 commit comments