Closed
Description
コンパイルエラーが発生するので対応する
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`
(略)
Metadata
Metadata
Assignees
Labels
No labels