Home
last modified time | relevance | path

Searched defs:type_err (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_macros/src/diagnostics/
Ddiagnostic_builder.rs493 fn type_err(span: &Span) -> Result<!, DiagnosticDeriveError> { in span_and_applicability_of_ty() function
/third_party/python/Modules/_decimal/
D_decimal.c2862 convert_op(int type_err, PyObject **conv, PyObject *v, PyObject *context) in convert_op()