rust/library/coretests
Jonathan Brouwer b1880bfbfb
Rollup merge of #152173 - 9SonSteroids:fn_ptr_type_info, r=oli-obk
Reflection TypeKind::FnPtr

This is for https://github.com/rust-lang/rust/issues/146922.

Const-eval currently lacks full support for function pointer (fn) types. We should implement handling of FnPtr TypeKind, covering safe and unsafe functions, Rust and custom ABIs, input and output types, higher-ranked lifetimes, and variadic functions.
2026-02-18 18:55:16 +01:00
..
benches Rollup merge of #147436 - okaneco:eq_ignore_ascii_autovec, r=scottmcm 2026-01-27 17:36:35 +11:00
tests Rollup merge of #152173 - 9SonSteroids:fn_ptr_type_info, r=oli-obk 2026-02-18 18:55:16 +01:00
Cargo.toml Move float tests from std to core 2025-05-13 22:22:15 +00:00
lib.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00