We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
コンパイルエラーが発生するので対応する
NPC106:rust-elisp kunohi$ cargo run --bin lisp Compiling elisp v0.1.0 (/Users/kunohi/git/rust-elisp) error[E0308]: mismatched types --> src/dyn_lisp.rs:934:17 | 934 | DataType::RsSymbolDesc => {} | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::any::TypeId`, found enum `dyn_lisp::DataType` | = note: expected type `std::any::TypeId` found type `dyn_lisp::DataType` (略)
The text was updated successfully, but these errors were encountered:
https://github.com/rust-lang/rust/pull/35267
を確認 これは関係なかった
Sorry, something went wrong.
1.34からstd::any::Anyに"fn type_id(&self) -> TypeId"が追加されたため https://doc.rust-lang.org/std/any/trait.Any.html#tymethod.type_id
No branches or pull requests
コンパイルエラーが発生するので対応する
The text was updated successfully, but these errors were encountered: