X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_lint_defs%2Fsrc%2Flib.rs;h=3372bc716d28ce150b9c7fb1a948c51c27231cb7;hb=d837c00d1008c2ab13bf80117b81f5e482fc9edb;hp=b3d98747dcfa2cd60362ed3bae7ae6e0bd608ab3;hpb=e01a720f8548e86f902f27280a7a54ea9be60186;p=rust.git diff --git a/compiler/rustc_lint_defs/src/lib.rs b/compiler/rustc_lint_defs/src/lib.rs index b3d98747dcf..3372bc716d2 100644 --- a/compiler/rustc_lint_defs/src/lib.rs +++ b/compiler/rustc_lint_defs/src/lib.rs @@ -300,6 +300,7 @@ pub enum BuiltinLintDiagnostics { ExternDepSpec(String, ExternDepSpec), ProcMacroBackCompat(String), OrPatternsBackCompat(Span, String), + ReservedPrefix(Span), } /// Lints that are buffered up early on in the `Session` before the