Enum syntax::early_buffered_lints::BufferedEarlyLintId[][src]

pub enum BufferedEarlyLintId {
    QuestionMarkMacroSep,
}

Since we cannot import LintIds from rustc::lint, we define some Ids here which can later be passed to rustc::lint::Lint::from_parser_lint_id to get a rustc::lint::Lint.

Variants

Usage of ? as a macro separator is deprecated.

Auto Trait Implementations