rust/compiler/rustc_metadata/src
bors 0c0f27afd4 Auto merge of #147695 - cjgillot:deduce-param-freeze, r=tmiasko
deduced_param_attrs: check Freeze on monomorphic types.

`deduced_param_attrs` currently checks `Freeze` bound on polymorphic MIR. This pessimizes the deduction, as generic types are not `Freeze` by default.

This moves the check to the ABI adjustment.
2025-10-18 12:37:45 +00:00
..
rmeta Auto merge of #147695 - cjgillot:deduce-param-freeze, r=tmiasko 2025-10-18 12:37:45 +00:00
creader.rs Fix review comments 2025-10-10 13:51:52 +00:00
dependency_format.rs Add panic=immediate-abort 2025-09-21 13:12:18 -04:00
errors.rs Add panic=immediate-abort 2025-09-21 13:12:18 -04:00
foreign_modules.rs Retire hir::ForeignItemRef. 2025-07-13 13:50:00 +00:00
fs.rs Move metadata object generation for dylibs to the linker code 2025-06-03 10:04:34 +00:00
lib.rs Remove unused feature gates 2025-06-28 23:36:46 +00:00
locator.rs use let chains in hir, lint, mir 2025-07-28 06:10:14 +05:00
native_libs.rs support link modifier as-needed for raw-dylib-elf 2025-10-06 08:56:40 +08:00