-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for NonNull
s in the ambiguous_wide_ptr_comparisions
lint
#123207
Conversation
This comment has been minimized.
This comment has been minimized.
7827cad
to
16d11c5
Compare
👍 @bors r+ |
…eril Add support for `NonNull`s in the `ambiguous_wide_ptr_comparisions` lint This PR add support for `NonNull` pointers in the `ambiguous_wide_ptr_comparisions` lint. Fixes rust-lang#121264 r? `@Nadrieril` (since you just reviewed rust-lang#121268, feel free to reassign)
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
hopefully it's just a spurious one |
likely indeed @bors retry |
☀️ Test successful - checks-actions |
Finished benchmarking commit (ef49365): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 668.007s -> 667.603s (-0.06%) |
This PR add support for
NonNull
pointers in theambiguous_wide_ptr_comparisions
lint.Fixes #121264
r? @Nadrieril (since you just reviewed #121268, feel free to reassign)