rust/tests/ui/consts/min_const_fn
Matthias Krüger 1063c0dd37
Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillot
Lint that warns when an elided lifetime ends up being a named lifetime

As suggested in https://github.com/rust-lang/rust/issues/48686#issuecomment-1817334575

Fixes #48686
2024-09-01 03:58:03 +02:00
..
address_of_const.rs stabilize raw_ref_op 2024-08-18 19:46:53 +02:00
address_of.rs stabilize raw_ref_op 2024-08-18 19:46:53 +02:00
address_of.stderr 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
bad_const_fn_body_ice.stderr
cast_fn.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
cmp_fn_pointers.rs fix library and rustdoc tests 2023-04-16 11:38:52 +00:00
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_dyn.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
min_const_fn_libstd_stability.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
min_const_fn_libstd_stability.stderr make the const-unstable-in-stable error more clear 2024-08-31 15:11:48 +02: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_unsafe_bad.rs
min_const_fn_unsafe_bad.stderr Bless tests 2024-01-13 12:46:58 -05:00
min_const_fn_unsafe_ok.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
min_const_fn.rs elided_named_lifetimes: bless & add tests 2024-08-31 15:35:42 +03:00
min_const_fn.stderr elided_named_lifetimes: bless & add tests 2024-08-31 15:35:42 +03:00
min_const_unsafe_fn_libstd_stability2.rs
min_const_unsafe_fn_libstd_stability2.stderr
min_const_unsafe_fn_libstd_stability.rs stabilize const_fn_floating_point_arithmetic 2024-08-22 08:25:54 +02:00
min_const_unsafe_fn_libstd_stability.stderr stabilize const_fn_floating_point_arithmetic 2024-08-22 08:25:54 +02:00
mutable_borrow.rs
mutable_borrow.stderr Bless tests 2024-01-13 12:46:58 -05:00
promotion.rs
promotion.stderr