Match crate and slug names

This commit is contained in:
mejrs
2022-11-07 19:47:32 +01:00
parent 736c675d2a
commit fe212eca76
17 changed files with 652 additions and 605 deletions

View File

@@ -64,3 +64,11 @@ pub(crate) struct StrictCoherenceNeedsNegativeCoherence {
#[label]
pub attr_span: Option<Span>,
}
#[derive(Diagnostic)]
#[diag(middle_const_not_used_in_type_alias)]
pub(super) struct ConstNotUsedTraitAlias {
pub ct: String,
#[primary_span]
pub span: Span,
}