Skip to main content

unsupported_feature

Function unsupported_feature 

Source
pub fn unsupported_feature(
    location: SourceLocation,
    feature: impl Into<String>,
    help: impl Display,
) -> Error
Expand description

Create an unsupported-feature error with location and helpful guidance.