Skip to content

Commit 02c7d47

Browse files
committed
List raw string literals for # in index
For `#`, we had noted that it was used in attributes, but it's also used in raw string literals, raw byte string literals, and raw C string literals, so let's list those as well.
1 parent c70d602 commit 02c7d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/syntax-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ This appendix provides an index of tokens and common forms with links to where t
110110
| `->` | RArrow | [functions], [closures], [function pointer type] |
111111
| `=>` | FatArrow | [match arms][match], [macros] |
112112
| `<-` | LArrow | The left arrow symbol has been unused since before Rust 1.0, but it is still treated as a single token. |
113-
| `#` | Pound | [attributes] |
113+
| `#` | Pound | [attributes], [raw string literals], [raw byte string literals], [raw C string literals] |
114114
| `$` | Dollar | [macros] |
115115
| `?` | Question | [try propagation expressions][question], [questionably sized][sized], [macro Kleene matcher] |
116116
| `~` | Tilde | The tilde operator has been unused since before Rust 1.0, but its token may still be used. |

0 commit comments

Comments
 (0)