Stream: git-wasmtime

Topic: wasmtime / PR #6388 Fix some warnings on nightly Rust


view this post on Zulip Wasmtime GitHub notifications bot (May 16 2023 at 20:18):

alexcrichton opened PR #6388 from alexcrichton:fix-nightly-warnings to bytecodealliance:main:

Upstream rust has decided that ignoring a value is not spelled drop(foo) but instead it's spelled let _ = foo

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (May 16 2023 at 20:18):

alexcrichton requested cfallin for a review on PR #6388.

view this post on Zulip Wasmtime GitHub notifications bot (May 16 2023 at 20:18):

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #6388.

view this post on Zulip Wasmtime GitHub notifications bot (May 16 2023 at 20:19):

alexcrichton requested fitzgen for a review on PR #6388.

view this post on Zulip Wasmtime GitHub notifications bot (May 16 2023 at 20:19):

alexcrichton requested wasmtime-core-reviewers for a review on PR #6388.

view this post on Zulip Wasmtime GitHub notifications bot (May 16 2023 at 20:54):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 16 2023 at 21:30):

cfallin merged PR #6388.


Last updated: Nov 22 2024 at 17:03 UTC