10000
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.
2 parents 7001dd5 + f8db877 commit 65049d1Copy full SHA for 65049d1
proc_macro/src/lib.rs
@@ -1166,7 +1166,7 @@ impl fmt::Debug for Ident {
1166
}
1167
1168
1169
-/// A literal string (`"hello"`), byte string (`b"hello"`),
+/// A literal string (`"hello"`), byte string (`b"hello"`), C string (`c"hello"`),
1170
/// character (`'a'`), byte character (`b'a'`), an integer or floating point number
1171
/// with or without a suffix (`1`, `1u8`, `2.3`, `2.3f32`).
1172
/// Boolean literals like `true` and `false` do not belong here, they are `Ident`s.
0 commit comments