Skip to content

CallError::ResultValue is never constructed #6943

Closed
@turbocrime

Description

since 970b77a this is the only location that the string ResultValue appears in the project.

#[error("Result value is invalid")]
ResultValue(#[source] ExpressionError),

the compiler will warn if other errors defined in this file are never constructed, but for some reason it does not detect this one.

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions