This commit is contained in:
Squirrel
2024-04-13 22:09:48 +08:00
committed by GitHub
parent 52856ea30e
commit 5f00ca206d

View File

@@ -119,7 +119,7 @@ error: `#[panic_handler]` function required, but not found
error: language item required, but not found: `eh_personality`
```
現在編譯告訴我們缺少 `#[panic_handler]` 函式以及 _language item_
現在編譯告訴我們缺少 `#[panic_handler]` 函式以及 _language item_
## 實作 panic 處理函式