You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lsp/nls/tests/snapshots/main__lsp__nls__tests__inputs__diagnostics-unparseable-type.ncl.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
source: lsp/nls/tests/main.rs
3
3
expression: output
4
4
---
5
-
[0:10-0:11: "incompatible types\nExpected an expression of type `{ <parse error>, }` (a contract)\nFound an expression of type `{ _ : _ }`\nStatic types and contracts are not compatible", 0:10-0:11: "this expression", 0:32-0:33: "unexpected token"]
5
+
[0:10-0:11: "incompatible types\nExpected an expression of type `{ %<parse error> }` (a contract)\nFound an expression of type `{ _ : _ }`\nStatic types and contracts are not compatible", 0:10-0:11: "this expression", 0:32-0:33: "unexpected token"]
Copy file name to clipboardExpand all lines: lsp/nls/tests/snapshots/main__lsp__nls__tests__inputs__no-crash-on-pretty-print.ncl.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
source: lsp/nls/tests/main.rs
3
3
expression: output
4
4
---
5
-
[2:63-2:64: "unexpected token", 3:6-3:7: "incompatible types\nExpected an expression of type `Number -> Dyn -> [| 'Ok, 'Error { message | String, <parse error>, } |]`\nFound an expression of type `Number`\nThese types are not compatible", 3:6-3:7: "this expression"]
5
+
[2:63-2:64: "unexpected token", 3:6-3:7: "incompatible types\nExpected an expression of type `Number -> Dyn -> [| 'Ok, 'Error { message | String, %<parse error> } |]`\nFound an expression of type `Number`\nThese types are not compatible", 3:6-3:7: "this expression"]
0 commit comments