rust/compiler/rustc_hir_analysis/src/check
Matthias Krüger dc9a08f535
Rollup merge of #126552 - fee1-dead-contrib:rmfx, r=compiler-errors
Remove use of const traits (and `feature(effects)`) from stdlib

The current uses are already unsound because they are using non-const impls in const contexts. We can reintroduce them by reverting the commit in this PR, after #120639 lands.

Also, make `effects` an incomplete feature.

cc `@rust-lang/project-const-traits`
r? `@compiler-errors`
2024-06-22 19:33:56 +02:00
..
compare_impl_item Rename a bunch of things 2024-06-21 12:32:05 -04:00
check.rs Rework precise capturing syntax 2024-06-17 22:35:25 -04:00
compare_impl_item.rs Rename a bunch of things 2024-06-21 12:32:05 -04:00
dropck.rs Add blank lines after module-level // comments. 2024-06-20 09:23:20 +10:00
entry.rs Opt-in diagnostics reporting to avoid doing extra work in the new solver 2024-06-03 09:27:52 -04:00
errs.rs Prefer dcx methods over fields or fields' methods 2024-06-18 13:45:08 +00:00
intrinsic.rs update intrinsic const param counting 2024-06-21 09:23:54 +00:00
intrinsicck.rs Rollup merge of #126417 - beetrees:f16-f128-inline-asm-x86, r=Amanieu 2024-06-15 14:40:48 +02:00
mod.rs Align Term methods with GenericArg methods 2024-06-03 20:36:27 -04:00
region.rs tail expression behind terminating scope 2024-06-18 04:14:43 +08:00
wfcheck.rs Remove a hack that isn't needed anymore 2024-06-19 04:41:57 +00:00