Merge "Turn stable-features error into a warning"
This commit is contained in:
commit
28f4af7955
1 changed files with 3 additions and 0 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue