rust/compiler/rustc_const_eval
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
..
src Rollup merge of #152173 - 9SonSteroids:fn_ptr_type_info, r=oli-obk 2026-02-18 18:55:16 +01:00
Cargo.toml Convert to inline diagnostics in rustc_const_eval 2026-02-06 22:55:58 +01:00