Open
Description
This would be mainly stream's ready
and valid
signals, since if those are present, it is exceptionally rare that they should be left hanging, and this can cause hard to find issues in designs that heavily use streams.
Prior art would be #[must_use]
in Rust, and [[nodiscard]]
in C++17.