You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/rustc/src/symbol-mangling/v0.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ It has the following properties:
5
5
6
6
- It provides an unambiguous string encoding for everything that can end up in a binary's symbol table.
7
7
- It encodes information about generic parameters in a reversible way.
8
-
- The mangled symbols are *decodable* such that demangled form should be easily identifiable as some concrete instance of e.g. a polymorphic function.
8
+
- The mangled symbols are *decodable* such that the demangled form should be easily identifiable as some concrete instance of e.g. a polymorphic function.
9
9
- It has a consistent definition that does not rely on pretty-printing certain language constructs.
10
10
- Symbols can be restricted to only consist of the characters `A-Z`, `a-z`, `0-9`, and `_`.
11
11
This helps ensure that it is platform-independent,
0 commit comments