Files
rust/compiler/rustc_middle/src
Jacob Pratt f0620c9503 Proper const stability check, default to unstable
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.
2022-05-19 12:21:45 +00:00
..
2022-04-17 12:14:42 +02:00
2022-05-02 17:40:30 -07:00
2022-04-05 07:01:00 +01:00
2022-05-11 16:22:23 -04:00