Skip to main content

format_parse_error

Function format_parse_error 

Source
pub fn format_parse_error(error: &ParseError) -> String
Expand description

Formats a parse error for display in build script output.

This function converts a ParseError into a human-readable message suitable for display when the build script fails.