Skip to content

Commit

Permalink
crater experiment: Forbid pointer_structural_match
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Oct 19, 2023
1 parent a91227c commit 0787e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_lint_defs/src/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2226,7 +2226,7 @@ declare_lint! {
/// in different crates and not deduplicated again via LTO. Pointer identity for memory
/// created by `const` is similarly unreliable.
pub POINTER_STRUCTURAL_MATCH,
Allow,
Forbid,
"pointers are not structural-match",
@future_incompatible = FutureIncompatibleInfo {
reason: FutureIncompatibilityReason::FutureReleaseErrorDontReportInDeps,
Expand Down

0 comments on commit 0787e62

Please sign in to comment.