pub fn source_string_at_location_unchecked<'a>(
source: &'a str,
location: &SourceLocation,
) -> &'a strExpand description
Get the source string at the given location.
ยงArguments
source- The source stringlocation- The source location. The index in thelocationis not checked whether it is the same as the id of the source.