rust/compiler/rustc_mir_build/src/build
bors 7664dfe433 Auto merge of #111925 - Manishearth:rollup-z6z6l2v, r=Manishearth
Rollup of 5 pull requests

Successful merges:

 - #111741 (Use `ObligationCtxt` in custom type ops)
 - #111840 (Expose more information in `get_body_with_borrowck_facts`)
 - #111876 (Roll compiler_builtins to 0.1.92)
 - #111912 (Use `Option::is_some_and` and `Result::is_ok_and` in the compiler  )
 - #111915 (libtest: Improve error when missing `-Zunstable-options`)

r? `@ghost`
`@rustbot` modify labels: rollup
2023-05-25 00:33:43 +00:00
..
custom Add CopyForDeref to custom MIR 2023-05-15 12:05:10 +02:00
expr Rollup merge of #111841 - matthewjasper:validate-match-guards, r=compiler-errors 2023-05-24 21:36:57 +02:00
matches Always fall back to PartialEq when a constant in a pattern is not recursively structural-eq 2023-05-15 14:20:31 +00:00
block.rs Use Option::is_some_and and Result::is_ok_and in the compiler 2023-05-24 14:20:41 +00:00
cfg.rs Introduce a no-op PlaceMention statement for let _ =. 2023-03-09 17:45:13 +00:00
misc.rs remove some trait solver helpers 2023-03-21 09:57:20 +01:00
mod.rs Implement references VarDebugInfo. 2023-05-13 10:12:14 +00:00
scope.rs Use Option::is_some_and and Result::is_ok_and in the compiler 2023-05-24 14:20:41 +00:00