Home
last modified time | relevance | path

Searched refs:ArgumentMutability (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Derror.rs41 ArgumentMutability(usize), enumerator
118 ArgumentMutability(_) | Mutability => write!(f, "types differ in mutability"), in fmt()
226 | ArgumentMutability(_) in must_include_note()
H A Drelate.rs193 Err(TypeError::Mutability | TypeError::ArgumentMutability(_)) => { in relate()
194 Err(TypeError::ArgumentMutability(i)) in relate()
H A Dstructural_impls.rs601 ArgumentMutability(i) => ArgumentMutability(i), in lift_to_tcx()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dcompare_method.rs303 TypeError::ArgumentMutability(0) | TypeError::ArgumentSorts(_, 0) in compare_predicate_entailment()
340 TypeError::ArgumentMutability(i) | TypeError::ArgumentSorts(_, i) => { in compare_predicate_entailment()
483 TypeError::ArgumentMutability(i) => { in extract_spans_for_error_reporting()