We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0f2af commit 24c596cCopy full SHA for 24c596c
src/libstd/sys/common/backtrace.rs
@@ -27,7 +27,7 @@ pub const HEX_WIDTH: usize = 10;
27
// 2. For each element of the path, emit the length plus the element
28
// 3. End the path with "E"
29
//
30
-// For example, "_ZN4testE" => "test" and "_ZN3foo3bar" => "foo::bar".
+// For example, "_ZN4testE" => "test" and "_ZN3foo3barE" => "foo::bar".
31
32
// We're the ones printing our backtraces, so we can't rely on anything else to
33
// demangle our symbols. It's *much* nicer to look at demangled symbols, so
0 commit comments