rust/tests
bors 3c06e0b1ce Auto merge of #10275 - Alexendoo:format-args-ast, r=flip1995
Migrate `write.rs` to `rustc_ast::FormatArgs`

changelog: none

Part 1 of #10233

The additions to `clippy_utils` are the main novelty of this PR, there's no removals yet since other parts still rely on `FormatArgsExpn`

The changes to `write.rs` itself are relatively straightforward this time around, as there's no lints in it that rely on type checking format params

r? `@flip1995`
2023-03-10 09:38:18 +00:00
..
test_utils Revert "Dogfood missing_assert_message on Clippy" 2023-03-08 08:51:50 +00:00
ui Auto merge of #10275 - Alexendoo:format-args-ast, r=flip1995 2023-03-10 09:38:18 +00:00
ui-cargo
ui-internal Emit unnecessary_def_path in source order. 2023-02-25 18:09:24 -05:00
ui-toml Fix array-size-threshold config deserialization error 2023-02-28 14:37:41 +00:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs Revert "Dogfood missing_assert_message on Clippy" 2023-03-08 08:51:50 +00:00
dogfood.rs Run dogfood on all packages before failing 2023-02-28 09:49:54 -05:00
integration.rs Revert "Dogfood missing_assert_message on Clippy" 2023-03-08 08:51:50 +00:00
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs
workspace.rs