rust/tests
Yacin Tmimi 0cb294f05c Deprecate and Rename fn_args_layout -> fn_params_layout
fn_args_layout is now deprecated.

This option was renamed to better communicate that it affects the layout
of parameters in function signatures and not the layout of arguments in
function calls.

Because the `fn_args_layout` is a stable option the renamed option is
also stable, however users who set `fn_args_layout` will get a warning
message letting them know that the option has been renamed.
2022-07-12 19:33:53 -05:00
..
cargo-fmt Allow #[ignore] tests to run in rustfmt's test suite 2022-06-29 18:55:02 -05:00
config Deprecate and Rename fn_args_layout -> fn_params_layout 2022-07-12 19:33:53 -05:00
coverage Replace WriteMode with EmitMode and backup bool 2018-05-21 14:14:09 +12:00
mod-resolver Merge commit '5ff7b632a9' into sync-rustfmt-subtree 2022-03-29 23:17:30 -05:00
parser tests: add test for panic on new_parser_from_file 2020-11-02 18:31:51 -06:00
rustfmt Allow #[ignore] tests to run in rustfmt's test suite 2022-06-29 18:55:02 -05:00
source Deprecate and Rename fn_args_layout -> fn_params_layout 2022-07-12 19:33:53 -05:00
target Deprecate and Rename fn_args_layout -> fn_params_layout 2022-07-12 19:33:53 -05:00
writemode Merge commit '5ff7b632a9' into sync-rustfmt-subtree 2022-03-29 23:17:30 -05:00