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 9db7d86 commit c92a9f1Copy full SHA for c92a9f1
src/parser/mod.rs
@@ -5523,7 +5523,7 @@ impl<'a> Parser<'a> {
5523
// first token is a name and not a type in itself.
5524
let data_type_idx = self.get_current_index();
5525
5526
- // FIXME: DEFAULT will be parsed as `DataType::Custom`, which is undesirable in this context
+ // DEFAULT will be parsed as `DataType::Custom`, which is undesirable in this context
5527
fn parse_data_type_no_default(
5528
parser: &mut Parser,
5529
) -> Result<DataType, ParserError> {
0 commit comments