mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 10:13:54 +00:00
f0620c9503
Rather than deferring to const eval for checking if a trait is const, we now check up-front. This allows the error to be emitted earlier, notably at the same time as other stability checks. Also included in this commit is a change of the default const stability level to UNstable. Previously, an item that was `const` but did not explicitly state it was unstable was implicitly stable. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |