Module helpers

Module helpers 

Source

Re-exportsยง

pub use crate::helpers::fn_info::parse_expr_into_number;
pub use crate::helpers::mir_scan::Checkpoint;
pub use crate::helpers::mir_scan::CheckpointKind;
pub use crate::helpers::mir_scan::CheckpointLocation;
pub use crate::helpers::mir_scan::collect_unsafe_callsites;
pub use crate::helpers::name::access_ident_recursive;
pub use crate::helpers::name::get_cleaned_def_path_name;
pub use crate::helpers::name::get_struct_self_ty;
pub use crate::helpers::name::match_ty_with_ident;
pub use crate::helpers::name::parse_signature;

Functionsยง

callee_param_index_for_local
Return the callee argument index represented by a MIR local.
collect_return_block_indices
Collect all return basic block indices for a function body.
get_owner_struct_def_id
has_rapx_verify_attr
is_std_crate_def_id
is_trait_unsafe
parse_expr_into_local_and_ty
resolve_impl_self_ty_def_id
resolve_next_field ๐Ÿ”’
resolve_projection_from_base_ident ๐Ÿ”’
resolve_projection_from_struct_ident ๐Ÿ”’