We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d9af83 + edb8fc5 commit 6e97128Copy full SHA for 6e97128
1 file changed
crates/hir-ty/src/mir/eval/shim.rs
@@ -843,7 +843,7 @@ impl<'db> Evaluator<'db> {
843
// cases.
844
let [lhs, rhs] = args else {
845
return Err(MirEvalError::InternalError(
846
- "wrapping_add args are not provided".into(),
+ "ptr_guaranteed_cmp args are not provided".into(),
847
));
848
};
849
let ans = lhs.get(self)? == rhs.get(self)?;
0 commit comments