Skip to content

Commit

Permalink
hsckashkdjajshdas
Browse files Browse the repository at this point in the history
  • Loading branch information
compiler-errors committed May 12, 2024
1 parent 2101796 commit 6247365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_trait_selection/src/solve/alias_relate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl<'tcx> EvalCtxt<'_, 'tcx> {
let Goal { param_env, predicate: (lhs, rhs, direction) } = goal;

if self.fast_reject_unnameable_rigid_term(param_env, lhs, rhs)
&& self.fast_reject_unnameable_rigid_term(param_env, rhs, lhs)
|| self.fast_reject_unnameable_rigid_term(param_env, rhs, lhs)
{
return Err(NoSolution);
}
Expand Down

0 comments on commit 6247365

Please sign in to comment.