Structs§
- Region
Name πA name for a particular region used in emitting diagnostics. This name could be a generated name like'1
, a name used by the user like'a
, or a name like'static
.
Enums§
- Region
Name πHighlight Describes what to highlight to explain to the user that weβre giving an anonymous region a synthesized name, and how to highlight it. - Region
Name πSource Denotes the source of a region that is named by aRegionName
. For example, a free region that was named by the user would getNamedLateParamRegion
and'static
lifetime would getStatic
. This helps to print the right kinds of diagnostics.