mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
20 lines
463 B
Text
20 lines
463 B
Text
error: cannot find c
|
|
--> $DIR/basic_recovery.nil:4
|
|
4 | c;
|
|
^
|
|
error: cannot assign String to Int
|
|
--> $DIR/basic_recovery.nil:2
|
|
2 | let a: Int = "";
|
|
^
|
|
error: cannot assign String to Int
|
|
--> $DIR/basic_recovery.nil:3
|
|
3 | let b: Int = "";
|
|
^
|
|
warning: unused variable: `a`
|
|
--> $DIR/basic_recovery.nil:2
|
|
2 | let a: Int = "";
|
|
^
|
|
warning: unused variable: `b`
|
|
--> $DIR/basic_recovery.nil:3
|
|
3 | let b: Int = "";
|
|
^
|