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.
err_parse
1 parent 4202ab0 commit 7555773Copy full SHA for 7555773
src/compose/tests/expected/err_parse.txt
@@ -1,8 +1,8 @@
1
-error: no definition in scope for identifier: 'zdd'
+error: no definition in scope for identifier: `zdd`
2
┌─ tests/error_test/wgsl_parse_err.wgsl:16:12
3
│
4
16 │ return zdd;
5
│ ^^^ unknown identifier
6
7
- = no definition in scope for identifier: 'zdd'
+ = no definition in scope for identifier: `zdd`
8
0 commit comments