Home
last modified time | relevance | path

Searched refs:InvalidVtableDropFn (Results 1 – 3 of 3) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_const_eval/src/interpret/
H A Dtraits.rs87 throw_ub!(InvalidVtableDropFn(fn_sig)); in read_drop_type_from_vtable()
90 args[0].builtin_deref(true).ok_or_else(|| err_ub!(InvalidVtableDropFn(fn_sig)))?.ty; in read_drop_type_from_vtable()
H A Dvalidity.rs338 err_ub!(InvalidVtableDropFn(..)) => in check_wide_ptr_meta()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/mir/interpret/
H A Derror.rs233 InvalidVtableDropFn(FnSig<'tcx>), enumerator
307 InvalidVtableDropFn(sig) => write!( in fmt()