Commit Graph

18 Commits

Author SHA1 Message Date
Guillaume Gomez f666fd6417 Update UI tests 2025-02-15 13:38:16 +01:00
Alex Macleod 1d107ab2be Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
Jacherr eabc64f56c add additonal non-trigger testcase 2023-11-09 23:03:44 +00:00
Jacherr b6d56c47f9 add no-rustfix since suggestions are invalid 2023-11-08 21:15:11 +00:00
Jacherr 67bb503f26 add support for std::alloc::Global, add more tests 2023-11-08 21:10:27 +00:00
Jacherr 79325604da update testcases, cleanup 2023-11-08 18:42:58 +00:00
Urgau a86e758228 Adjust clippy tests with new rustc help suggestion for lints 2023-09-04 14:22:02 +02:00
Philipp Krones cc61aeea54 Merge commit '080b587854a73f2a8cbaecff1884860a78e2ff37' into clippyup 2023-08-24 21:32:12 +02:00
flip1995 f6d1f368db Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup 2021-04-08 17:50:13 +02:00
flip1995 f2f2a005b4 Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup 2021-03-12 15:30:50 +01:00
flip1995 d3d2018ead Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup 2020-11-23 13:51:04 +01:00
Mikhail Babenko 2b7bc260de add size parameter for lint 2020-01-25 18:06:52 +03:00
Philipp Hansch 4aff8711f0 Fix ICE in vec_box lint and add run-rustfix
`hir::Ty` doesn't seem to know anything about type bounds and
`cx.tcx.type_of(def_id)` caused an ICE when it was passed a generic type
with a bound:

```
src/librustc_typeck/collect.rs:1311: unexpected non-type Node::GenericParam: Type { default: None, synthetic: None }
```

Converting it to a proper `Ty` fixes the ICE and catches a few more
places where the lint applies.
2019-02-01 18:18:45 +01:00
flip1995 d2dbd0b8a5 Update *.stderr files 2018-12-28 12:41:12 +01:00
Matthias Krüger 38fabcbdf2 tests: fix formatting and update test output
fix script one last time™
2018-12-27 17:03:53 +01:00
Kampfkarren db00c3320f Remove references to sized for end users 2018-12-13 10:18:17 -08:00
Kampfkarren 616395f40b Add suggestion for replacement 2018-12-13 09:34:16 -08:00
Kampfkarren ab070508be Lint for Vec<Box<T: Sized>> - Closes #3530 2018-12-13 07:43:13 -08:00