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 b04cbe9 commit 1fb21cdCopy full SHA for 1fb21cd
src/parser/mod.rs
@@ -5201,11 +5201,6 @@ impl<'a> Parser<'a> {
5201
let mut name = None;
5202
let mut data_type = self.parse_data_type()?;
5203
5204
- // It may appear that the first token can be converted into a known
5205
- // type, but this could also be a collision as some types are only
5206
- // present in some dialects and therefore some type reserved keywords
5207
- // may be freely used as argument names in other dialects.
5208
-
5209
// To check whether the first token is a name or a type, we need to
5210
// peek the next token, which if it is another type keyword, then the
5211
// first token is a name and not a type in itself.
0 commit comments