mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 01:34:21 +00:00
dc3304c341
The `may_have_side_effect` is an implementation detail of `TrustedRandomAccess` trait. It describes if obtaining an iterator element may have side effects. It is currently implemented as an associated function. Turn `may_have_side_effect` into an associated constant. This makes the value immediately available to the optimizer. |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |