Merge "Turn stable-features error into a warning"

This commit is contained in:
Chris Wailes 2023-02-03 09:36:02 +00:00 committed by Gerrit Code Review
commit 28f4af7955

View file

@ -51,6 +51,9 @@ var (
// Use v0 mangling to distinguish from C++ symbols
"-C symbol-mangling-version=v0",
"--color always",
// TODO (b/267698452): Temporary workaround until the "no unstable
// features" policy is enforced.
"-A stable-features",
}
deviceGlobalRustFlags = []string{