rustc_
hir_
analysis
1.86.0-nightly
(ad211ced8 2025-01-07)
Module autoderef
Module Items
Structs
Enums
Functions
In crate rustc_
hir_
analysis
rustc_hir_analysis
Module
autoderef
Copy item path
Source
Structs
§
Autoderef
Recursively dereference a type, considering both built-in dereferences (
*
) and the
Deref
trait. Although called
Autoderef
it can be configured to use the
Receiver
trait instead of the
Deref
trait.
Autoderef
Snapshot
🔒
Enums
§
Autoderef
Kind
Functions
§
report_
autoderef_
recursion_
limit_
error