amethyst / amethyst/bracket-lib

thread 'main' panicked

オープン
#362 コメント 8 件 リアクション 3 件 担当者 0 名 GitHub で見る
主要言語
Rust
スター
1.7k
フォーク
126
PR マージ指標
30日以内にマージされた PR はありません

説明

Following the tutorial on `Hands-on Rust` I found that compiling flappy I get this error:

```
thread 'main' panicked at library/core/src/panicking.rs:221:5:
unsafe precondition(s) violated: slice::from_raw_parts requires the pointer to be aligned and non-null, and the total size of the slice not to exceed `isize::MAX`
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
Aborted (core dumped)
```

I do not use nightly rust, and my setup was completely following the book. Searching online I found this issue `https://github.com/KyleMayes/vulkanalia/issues/254`. Could it be related somehow?

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。