Rustのエラー一覧と解決方法(12件)
実在のRustエラーメッセージを収録。各ページで原因と直し方を日本語で解説しています。
- error[E0382]: borrow of moved value
- error[E0499]: cannot borrow as mutable more than once at a time
- error[E0502]: cannot borrow as mutable because it is also borrowed as immutable
- error[E0308]: mismatched types
- error: cannot find value in this scope
- error[E0277]: the trait bound is not satisfied
- thread 'main' panicked at 'called `Option::unwrap()` on a `None` value'
- error[E0716]: temporary value dropped while borrowed
- error: linking with `cc` failed
- error[E0596]: cannot borrow as mutable
- error[E0433]: failed to resolve: use of undeclared crate or module
- overflow evaluating the requirement
エラー文を貼って探すならエラーメッセージ検索ツールが便利です。