Skip to content

Commit be1408a

Browse files
committed
Auto merge of #151003 - matthiaskrgr:rollup-wvnF9sN, r=matthiaskrgr
Rollup of 8 pull requests Successful merges: - rust-lang/rust#150861 (Folding/`ReErased` cleanups) - rust-lang/rust#150869 (Emit error instead of delayed bug when meeting mismatch type for const tuple) - rust-lang/rust#150920 (Use a hook to decouple `rustc_mir_transform` from `rustc_mir_build`) - rust-lang/rust#150941 (rustc_parse_format: improve diagnostics for unsupported python numeric grouping) - rust-lang/rust#150972 (Rename EII attributes slightly (being consistent in naming things foreign items, not extern items)) - rust-lang/rust#150980 (Use updated indexes to build reverse map for delegation generics) - rust-lang/rust#150986 (std: Fix size returned by UEFI tcp4 read operations) - rust-lang/rust#150996 (Remove `S-waiting-on-bors` after a PR is merged) r? @ghost
2 parents d7247b5 + 13623ed commit be1408a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/hir-ty/src/next_solver/solver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ impl<'db> SolverDelegate for SolverContext<'db> {
232232

233233
fn is_transmutable(
234234
&self,
235-
_dst: Ty<'db>,
236235
_src: Ty<'db>,
236+
_dst: Ty<'db>,
237237
_assume: <Self::Interner as rustc_type_ir::Interner>::Const,
238238
) -> Result<Certainty, NoSolution> {
239239
// It's better to return some value while not fully implement

0 commit comments

Comments
 (0)