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 98b81df commit acac7ffCopy full SHA for acac7ff
cc/parse/parser.rs
@@ -2156,7 +2156,6 @@ impl<'a> Parser<'a> {
2156
2157
// Look up symbol to get type (during parsing, symbol is in scope)
2158
// C99 6.4.2.2: __func__ is a predefined identifier with type const char[]
2159
- let name_str = self.str(name_id);
2160
let typ = if name_str == "__func__" {
2161
// __func__ behaves like a string literal (const char[])
2162
self.types.char_ptr_id
0 commit comments