Lines Matching refs:rustfmt_code
676 fn rustfmt_code(code: &str) -> String { in rustfmt_code() function
701 insta::assert_snapshot!(rustfmt_code( in method_taking_str()
720 insta::assert_snapshot!(rustfmt_code( in slices()
785 insta::assert_snapshot!(rustfmt_code( in method_taking_slice()
804 insta::assert_snapshot!(rustfmt_code( in method_taking_mutable_slice()
823 insta::assert_snapshot!(rustfmt_code( in method_taking_owned_slice()
842 insta::assert_snapshot!(rustfmt_code( in method_taking_owned_str()
861 insta::assert_snapshot!(rustfmt_code( in mod_with_enum()
883 insta::assert_snapshot!(rustfmt_code( in mod_with_write_result()
902 insta::assert_snapshot!(rustfmt_code( in mod_with_rust_result()
921 insta::assert_snapshot!(rustfmt_code( in multilevel_borrows()
956 insta::assert_snapshot!(rustfmt_code( in self_params()
979 insta::assert_snapshot!(rustfmt_code( in cfged_method()
996 insta::assert_snapshot!(rustfmt_code( in cfged_method()
1017 insta::assert_snapshot!(rustfmt_code( in cfgd_struct()
1038 insta::assert_snapshot!(rustfmt_code( in callback_arguments()
1083 insta::assert_snapshot!(rustfmt_code( in traits()
1126 insta::assert_snapshot!(rustfmt_code( in both_kinds_of_option()