We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1f219 commit 1f8f863Copy full SHA for 1f8f863
compiler/rustc_lint_defs/src/lib.rs
@@ -274,15 +274,15 @@ impl<HCX> ToStableHashKey<HCX> for LintId {
274
}
275
276
// Duplicated from rustc_session::config::ExternDepSpec to avoid cyclic dependency
277
-#[derive(PartialEq)]
+#[derive(PartialEq, Debug)]
278
pub enum ExternDepSpec {
279
Json(Json),
280
Raw(String),
281
282
283
// This could be a closure, but then implementing derive trait
284
// becomes hacky (and it gets allocated).
285
286
pub enum BuiltinLintDiagnostics {
287
Normal,
288
BareTraitObject(Span, /* is_global */ bool),
0 commit comments