Commit Graph

14 Commits

Author SHA1 Message Date
Guillaume Gomez f666fd6417 Update UI tests 2025-02-15 13:38:16 +01:00
Luv-Ray da0ae33c15 [ptr_as_ptr]: Fix duplicate errors 2024-04-15 18:06:15 +02:00
Alex Macleod 733e1d43c7 Show duplicate diagnostics in UI tests by default 2024-02-28 13:24:14 +00:00
Kisaragi Marine 8eea8b1577 fix: handle std::ptr::null{_mut}
close rust-lang#11066
close rust-lang#11665
close rust-lang#11911
2023-12-03 10:38:46 +09:00
Oli Scherer 00919a4f92 Update ui test crate to auto-detect aux build crate kind 2023-08-11 14:02:35 +00:00
Oli Scherer 3d88fae050 Update ui test crate 2023-08-11 14:02:28 +00:00
Catherine Flores fef85c9083 Take snippet instead of pretty printing type 2023-08-02 17:26:25 -05:00
Oli Scherer 5bd97ac17a Update tests 2023-06-26 14:13:07 +00:00
Oli Scherer def1705a27 Update to a compiletest-rs version that requires //@ for commands 2023-04-20 14:44:03 +00:00
Jason Newcomb 1c7048d785 Add utility macros to help with writing tests. 2023-03-12 17:24:36 -04:00
Alex Macleod 461e219d1d Allow using clippy::msrv as an outer attribute 2022-11-27 12:43:17 +00:00
Rodrigo Mantini aaeeed6a59 trigger ptr_as_ptr inside macros 2022-02-17 20:16:14 +01:00
rail dfa5d7e818 Fix the MSRV and add the tests for MSRV 2021-01-05 10:21:55 +13:00
rail 4b478a5731 Add a new lint ptr_as_ptr,
which checks for `as` casts between raw pointers
without changing its mutability
and suggest replacing it with `pointer::cast`.
2021-01-05 10:19:03 +13:00