Skip to content

rust1.56の対応 #442

New issue

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

Closed
hidekuno opened this issue Nov 8, 2021 · 3 comments
Closed

rust1.56の対応 #442

hidekuno opened this issue Nov 8, 2021 · 3 comments

Comments

@hidekuno
Copy link
Owner

hidekuno commented Nov 8, 2021

現行は1.55

# rustc --version
rustc 1.55.0 (c8dfcfe04 2021-09-06)
#
@hidekuno
Copy link
Owner Author

hidekuno commented Nov 8, 2021

rustupでバージョンアップした結果

#  rustc --version
rustc 1.56.1 (59eed8a2a 2021-11-01)
#

@hidekuno
Copy link
Owner Author

hidekuno commented Nov 8, 2021

将来コンパイルエラーになる可能性があるので対応する.

    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: this warning originates in the macro `referlence_list` (in Nightly builds, run with -Z macro-backtrace for more info)

@hidekuno
Copy link
Owner Author

cd $HOME/rust-elisp/elisp/
cargo clippy  --all-targets --all-features -- -D warnings
cd ../zlearning/
cargo clippy  --all-targets --all-features -- -D warnings
cd ../glisp/
cargo clippy  --all-targets --all-features -- -D warnings
cd ../wasmlisp/
cargo clippy  --all-targets --all-features -- -D warnings
cd ../weblisp/
cargo clippy  --all-targets --all-features -- -D warnings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant