Skip to content

rust 1.34対応(コンパイルエラー) #46

Closed
@hidekuno

Description

@hidekuno

コンパイルエラーが発生するので対応する

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions