rustc: Add missing lint registration
The pluggable lint changes apparently dropped the fat pointer transmute lint by accident. This commit registers the lint.
This commit is contained in:
parent
aabb6e72c1
commit
d6eb719729
@ -1623,7 +1623,8 @@ impl LintPass for HardwiredLints {
|
||||
WARNINGS,
|
||||
UNKNOWN_FEATURES,
|
||||
UNKNOWN_CRATE_TYPES,
|
||||
VARIANT_SIZE_DIFFERENCES
|
||||
VARIANT_SIZE_DIFFERENCES,
|
||||
FAT_PTR_TRANSMUTES
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user