mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 09:44:08 +00:00
6726f1e013
Error when selected impl is not const in constck Catches bad things when checking a `default_method_body_is_const` body, such as: ```rust self.map(/* .. */).is_sorted(); ``` When `Map` does not yet have a `const` `impl` for `Iterator`. r? ```@oli-obk``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |