Commit dd3645a
[rust] Enable v0 symbol mangling by default
This was stabilized toward the beginning of 2022
(rust-lang/rust#90128), though it still isn't
the default used by the compiler. Fuchsia tooling should know how to
demangle Rust symbols by now (except for tools that already don't
work with the legacy mangling scheme, http://fxbug.dev/64315).
Test: Manually verified that zxdb can symbolize backtraces when this
option is enabled.
Fixed: 57302
Change-Id: If0284671499af04194ab6033a3b7c54cf2314cd2
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/769822
Reviewed-by: Joseph Ryan <[email protected]>
Commit-Queue: Tyler Mandry <[email protected]>
Fuchsia-Auto-Submit: Tyler Mandry <[email protected]>
Reviewed-by: David Koloski <[email protected]>
Reviewed-by: Dangyi Liu <[email protected]>1 parent 5bfa589 commit dd3645a
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 25 | + | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
| |||
0 commit comments