Skip to content

Commit

Permalink
Auto merge of #119955 - kamalesh0406:master, r=WaffleLapkin
Browse files Browse the repository at this point in the history
Modify GenericArg and Term structs to use strict provenance rules

This is the first PR to solve issue #119217 . In this PR, I have modified the GenericArg struct to use the `NonNull` struct as the pointer instead of `NonZeroUsize`. The change were tested by running `./x test compiler/rustc_middle`.

Resolves rust-lang/rust#119217

r? `@WaffleLapkin`
  • Loading branch information
bors committed Jan 25, 2024
2 parents a4b2b68 + 909885d commit a55f44f
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit a55f44f

Please sign in to comment.