Lines Matching full:rustfmt
3 # Runs Bazel build commands over rustfmt rules, where some are expected
22 # ${2}: The target within "//test/rustfmt" to be tested.
26 (bazel test //test/rustfmt:"${2}") || ret="$?" && true
28 …>&2 echo "FAIL: Unexpected return code [saw: ${ret}, want: ${1}] building target //test/rustfmt:${…
29 >&2 echo " Run \"bazel test //test/rustfmt:${2}\" to see the output"
44 mkdir -p "${new_workspace}/test/rustfmt" && \
45 cp -r test/rustfmt/* "${new_workspace}/test/rustfmt/" && \
64 …sed ${SEDOPTS[@]} 's/"norustfmt"//' "${new_workspace}/test/rustfmt/rustfmt_integration_test_suite.…
65 …sed ${SEDOPTS[@]} 's/"manual"//' "${new_workspace}/test/rustfmt/rustfmt_integration_test_suite.bzl"
79 bazel run @rules_rust//tools/rustfmt -- //test/rustfmt:${variant}_unformatted_2018
91 bazel run @rules_rust//tools/rustfmt --@rules_rust//:rustfmt.toml=//test/rustfmt:test_rustfmt.toml