mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Use upstream cov-mark
This commit is contained in:
parent
c5189a22cc
commit
fc9eed4836
101 changed files with 354 additions and 514 deletions
|
@ -12,7 +12,6 @@ use hir_def::{
|
|||
};
|
||||
use hir_expand::name::{name, Name};
|
||||
use syntax::ast::RangeOp;
|
||||
use test_utils::mark;
|
||||
|
||||
use crate::{
|
||||
autoderef,
|
||||
|
@ -565,7 +564,7 @@ impl<'a> InferenceContext<'a> {
|
|||
let ret = op::binary_op_return_ty(*op, lhs_ty.clone(), rhs_ty.clone());
|
||||
|
||||
if ret == Ty::Unknown {
|
||||
mark::hit!(infer_expr_inner_binary_operator_overload);
|
||||
cov_mark::hit!(infer_expr_inner_binary_operator_overload);
|
||||
|
||||
self.resolve_associated_type_with_params(
|
||||
lhs_ty,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue