mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 17:53:56 +00:00
fdaaaf9f92
patterns: reject raw pointers that are not just integers Matching against `0 as *const i32` is fine, matching against `&42 as *const i32` is not. This extends the existing check against function pointers and wide pointers: we now uniformly reject all these pointer types during valtree construction, and then later lint because of that. See [here](https://github.com/rust-lang/rust/pull/116930#issuecomment-1784654073) for some more explanation and context. Also fixes https://github.com/rust-lang/rust/issues/116929. Cc `@oli-obk` `@lcnr` |
||
---|---|---|
.. | ||
auxiliary | ||
if-let-guards-errors.e2018.stderr | ||
if-let-guards-errors.e2021.stderr | ||
if-let-guards-errors.rs | ||
if-let-guards.rs | ||
issue-87097.rs | ||
issue-87097.stderr | ||
issue-87426.rs | ||
issue-87988.rs | ||
issue-88331.rs | ||
issue-88331.stderr | ||
match-edge-cases_1.rs | ||
match-edge-cases_1.stderr | ||
match-edge-cases_2.rs | ||
match-edge-cases_2.stderr | ||
non-exhaustive-match.rs | ||
non-exhaustive-match.stderr | ||
pattern-matching-should-fail.rs | ||
pattern-matching-should-fail.stderr | ||
patterns-capture-analysis.rs | ||
patterns-capture-analysis.stderr |