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 7461d8b commit 46820bfCopy full SHA for 46820bf
src/dialect/generic.rs
@@ -38,6 +38,8 @@ impl Dialect for GenericDialect {
38
|| ch == '$'
39
|| ch == '#'
40
|| ch == '_'
41
+
42
+ obvious failure
43
}
44
45
fn supports_unicode_string_literal(&self) -> bool {
0 commit comments