Chayim Refael Friedman 2ae3e4c879
Fix a small bug with catastrophic effects
The tiny bug was that `FnFlags::DEPRECTAED_SAFE_2024` and `FnFlags::RUSTC_ALLOW_INCOHERENT_IMPLS` were assigned the same value.

The catastrophic effect was that every function marked as `#[rustc_allow_incoherent_impl]` was considered safe-deprecated for edition 2024, which caused it to be considered unsafe to call when called from edition 2024. And that includes `<[_]>::into_vec()`, which is called by the `vec![]` macro. So, catastrophic effect.

This innocent-looking bug probably arose from the item tree rewrite. No review would've catch that!
2025-04-10 09:37:37 +03:00
..
2025-03-23 08:46:10 +01:00
2025-03-31 13:27:54 +02:00
2025-04-04 15:49:50 +02:00
2025-03-25 08:55:31 +01:00
2025-03-15 21:32:01 +01:00
2025-03-31 13:27:54 +02:00
2025-04-04 15:49:50 +02:00
2025-03-23 08:46:10 +01:00
2025-04-04 15:49:50 +02:00
2025-03-23 08:46:10 +01:00
2025-03-23 08:46:10 +01:00
2025-03-15 21:32:01 +01:00
2025-03-23 08:46:10 +01:00