Breakage: http://ci.bazel.io/job/rules_rust/BAZEL_VERSION=HEAD,PLATFORM_NAME=darwin-x86_64/259/console
Reason: we now have sandbox on Mac, and the missing dependency cc_wrapper is not in the sandbox so we can't find it.
Suggested fix: add dependency //tools/defaults:crosstool to every rule that need gcc.
Breakage: http://ci.bazel.io/job/rules_rust/BAZEL_VERSION=HEAD,PLATFORM_NAME=darwin-x86_64/259/console
Reason: we now have sandbox on Mac, and the missing dependency cc_wrapper is not in the sandbox so we can't find it.
Suggested fix: add dependency //tools/defaults:crosstool to every rule that need gcc.