Skip to content

Commit 3b701d1

Browse files
committed
Mangling: Use = to define <fn-sig> rule
1 parent 2c1f94d commit 3b701d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2603-rust-symbol-name-mangling-v0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ Mangled names conform to the following grammar:
715715
// If the "U" is present then the function is `unsafe`.
716716
// The return type is always present, but demanglers can
717717
// choose to omit the ` -> ()` by special-casing "u".
718-
<fn-sig> := <binder> ["U"] ["K" <abi>] {<type>} "E" <type>
718+
<fn-sig> = <binder> ["U"] ["K" <abi>] {<type>} "E" <type>
719719
720720
<abi> = "C"
721721
| <undisambiguated-identifier>

0 commit comments

Comments
 (0)