rust/tests/ui/consts/min_const_fn
Ralf Jung cf9ac0eec1 const-check: stop recommending the use of rustc_allow_const_fn_unstable 2025-05-25 22:47:21 +02:00
..
auxiliary honor rustc_const_stable_indirect in non-staged_api crate with -Zforce-unstable-if-unmarked 2024-11-10 10:01:27 +01:00
address_of_const.rs stabilize raw_ref_op 2024-08-18 19:46:53 +02:00
allow_const_fn_ptr_run_pass.rs tweak rustc_allow_const_fn_unstable hint, and add back test for stable-const-can-only-call-stable-const 2024-08-25 13:50:55 +02:00
allow_raw_ptr_dereference_const_fn.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
bad_const_fn_body_ice.rs Note def descr in NonConstFunctionCall 2024-12-23 22:15:32 +00:00
bad_const_fn_body_ice.stderr Note def descr in NonConstFunctionCall 2024-12-23 22:15:32 +00:00
cast_fn.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
cmp_fn_pointers.rs
cmp_fn_pointers.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
const-fn-lang-feature.rs const fn stability checking: also check declared language features 2024-08-31 12:14:05 +02:00
min_const_fn.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
min_const_fn.stderr Stabilize `const_refs_to_static` 2024-09-26 13:21:15 +02:00
min_const_fn_dyn.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
min_const_fn_libstd.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
min_const_fn_libstd_stability.rs replace `//@ compile-flags: --edition` with `//@ edition` 2025-04-10 09:56:37 +02:00
min_const_fn_libstd_stability.stderr const-check: stop recommending the use of rustc_allow_const_fn_unstable 2025-05-25 22:47:21 +02:00
min_const_fn_unsafe_ok.rs stabilize const_mut_refs 2024-09-15 09:51:32 +02:00
min_const_unsafe_fn_libstd_stability.rs Re-do recursive const stability checks 2024-10-25 20:31:40 +02:00
min_const_unsafe_fn_libstd_stability.stderr const-check: stop recommending the use of rustc_allow_const_fn_unstable 2025-05-25 22:47:21 +02:00
min_const_unsafe_fn_libstd_stability2.rs Re-do recursive const stability checks 2024-10-25 20:31:40 +02:00
min_const_unsafe_fn_libstd_stability2.stderr const-check: stop recommending the use of rustc_allow_const_fn_unstable 2025-05-25 22:47:21 +02:00
promotion.rs
promotion.stderr
recursive_const_stab_unmarked_crate_imports.rs allow rustc_private feature in force-unstable-if-unmarked crates 2024-11-12 07:14:49 +01:00
recursive_const_stab_unmarked_crate_imports.stderr const-check: stop recommending the use of rustc_allow_const_fn_unstable 2025-05-25 22:47:21 +02:00
recursive_const_stab_unstable_if_unmarked.rs check_consts: fix error requesting feature gate when that gate is not actually needed 2024-11-13 12:03:16 +01:00
recursive_const_stab_unstable_if_unmarked.stderr const-check: stop recommending the use of rustc_allow_const_fn_unstable 2025-05-25 22:47:21 +02:00