We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b279382 commit 89e829cCopy full SHA for 89e829c
proposals/p3797.md
@@ -129,6 +129,7 @@ Advantages to `r#` are:
129
literals. The `r#` syntax offers consistency with this, and will hopefully
130
be recognizable to users.
131
- Consistency with Rust.
132
+ - Rust uses `r#` for raw string literals, whereas Carbon uses `#`.
133
134
A disadvantage is that any `r`-prefixed identifier parses substantially slower,
135
as noted by the benchmarks in
0 commit comments