Skip to main content

FnPositions

Type Alias FnPositions 

Source
pub type FnPositions = BTreeMap<String, usize>;
Expand description

Byte-offset start position of each fn declaration, keyed by function name (#306 slice 1). Used by lex_types::Position renderers to map a type error back to its fn location.

Aliased Typeยง

pub struct FnPositions { /* private fields */ }