chore(release): prepare public source release

This commit is contained in:
MercuryToolbox Release
2026-07-18 15:41:59 +08:00
commit e365e5df4d
508 changed files with 163373 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
error[E0425]: cannot find value `modee` in this scope
--> fixtures/reading/sample.rs:25:11
|
25 | match modee {
| ^^^^^ not found in this scope
warning: function `helper` is never used
--> fixtures/reading/sample.rs:33:4
|
33 | fn helper(value: i32) -> i32 {
| ^^^^^^
+2
View File
@@ -0,0 +1,2 @@
fixtures\reading\sample.cs(9,17): error CS0103: The name 'speeed' does not exist in the current context
fixtures\reading\sample.cs(4,21): warning CS0168: The variable 'unusedValue' is declared but never used