We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 495f75a + 30ff400 commit 7aaad55Copy full SHA for 7aaad55
library/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