about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-05-14 12:17:26 +0000
committerbors <bors@rust-lang.org>2024-05-14 12:17:26 +0000
commitbdfd941f4dcbe54e0283433ac970febf4092fa6a (patch)
tree5743b259bca3e92224dcd3b65f0cab41802e9636 /src/doc
parent31026b7fe3e510a646eddeda838d1f0859f892e7 (diff)
parent792a9bdd4bf79e498b9e6a966c4cd9ef4d4085ce (diff)
downloadrust-bdfd941f4dcbe54e0283433ac970febf4092fa6a.tar.gz
rust-bdfd941f4dcbe54e0283433ac970febf4092fa6a.zip
Auto merge of #123816 - tgross35:f16-f128-mangling, r=michaelwoerister
Add v0 symbol mangling for `f16` and `f128`

As discussed at <https://github.com/rust-lang/rust/pull/122106>, use the crate encoding to represent new primitives.
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc/src/symbol-mangling/v0.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rustc/src/symbol-mangling/v0.md b/src/doc/rustc/src/symbol-mangling/v0.md
index 61f747fac83..763694a9fda 100644
--- a/src/doc/rustc/src/symbol-mangling/v0.md
+++ b/src/doc/rustc/src/symbol-mangling/v0.md
@@ -739,6 +739,8 @@ The type encodings based on the initial tag character are:
   * `z` — `!`
   * `p` — [placeholder] `_`
 
+Remaining primitives are encoded as a crate production, e.g. `C4f128`.
+
 * `A` — An [array][reference-array] `[T; N]`.
 
   > <span id="array-type">array-type</span> → `A` *[type]* *[const]*