Function rustc_session::parse::feature_err_issue

source ยท
pub fn feature_err_issue(
    sess: &Session,
    feature: Symbol,
    span: impl Into<MultiSpan>,
    issue: GateIssue,
    explain: impl Into<DiagMessage>,
) -> Diag<'_>
Expand description

Construct a diagnostic for a feature gate error.

This variant allows you to control whether it is a library or language feature. Almost always, you want to use this for a language feature. If so, prefer feature_err.