Skip to content

Commit 0b7171b

Browse files
ComputerDruidCommit Bot
authored andcommitted
[rust] update to stable syntax for mangling version
The unstable syntax gives a warning on the current toolchain. The new syntax is stable as of rust-lang/rust#90128 Change-Id: If2ff4bdbae68256b8e13e1d2c54c6346aaac99f2 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/635923 Fuchsia-Auto-Submit: Dan Johnson <[email protected]> Reviewed-by: Tyler Mandry <[email protected]> Commit-Queue: Auto-Submit <[email protected]>
1 parent 3d6e826 commit 0b7171b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/config/rust/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ config("panic_abort") {
105105

106106
config("v0_symbol_mangling") {
107107
if (rust_v0_symbol_mangling) {
108-
rustflags = [ "-Zsymbol-mangling-version=v0" ]
108+
rustflags = [ "-Csymbol-mangling-version=v0" ]
109109
}
110110
}
111111

0 commit comments

Comments
 (0)