rust/src/test/ui/consts/min_const_fn
Manish Goregaokar 04314a6061
Rollup merge of #89482 - hkmatsumoto:patch-diagnostics, r=joshtriplett
Follow the diagnostic output style guide

Detected by #89455.
2021-10-04 23:56:23 -07:00
..
address_of.rs Bless tests 2020-10-01 11:22:23 -07:00
address_of.stderr Bless tests 2020-10-01 11:22:23 -07:00
address_of_const.rs Add more tests for raw_ref_op 2019-12-18 20:30:00 +00:00
allow_const_fn_ptr.rs switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable 2020-10-21 20:54:20 +02:00
allow_const_fn_ptr.stderr switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable 2020-10-21 20:54:20 +02:00
allow_const_fn_ptr_run_pass.rs switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable 2020-10-21 20:54:20 +02:00
allow_raw_ptr_dereference_const_fn.rs rename raw_const/mut -> const/mut_addr_of, and stabilize them 2021-01-29 15:18:45 +01:00
bad_const_fn_body_ice.rs Bless mut tests 2020-09-29 19:20:33 -07:00
bad_const_fn_body_ice.stderr Show macro name in 'this error originates in macro' message 2021-05-12 19:03:06 -04:00
cast_errors.rs Bless output 2020-09-29 19:20:33 -07:00
cast_errors.stderr Bless output 2020-09-29 19:20:33 -07:00
cmp_fn_pointers.rs Bless output 2020-09-29 19:20:33 -07:00
cmp_fn_pointers.stderr Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
min_const_fn.rs Add a separate error for dyn Trait in const fn 2021-09-16 21:32:05 +03:00
min_const_fn.stderr Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
min_const_fn_dyn.rs Add a separate error for dyn Trait in const fn 2021-09-16 21:32:05 +03:00
min_const_fn_dyn.stderr Add a separate error for dyn Trait in const fn 2021-09-16 21:32:05 +03:00
min_const_fn_fn_ptr.rs Mark min_const_fn_fn_ptr test as gate test 2020-09-27 10:46:41 -07:00
min_const_fn_fn_ptr.stderr Bless output 2020-09-29 19:20:33 -07:00
min_const_fn_impl_trait.rs Remove fn from feature name 2020-10-05 21:44:00 -07:00
min_const_fn_impl_trait.stderr Remove fn from feature name 2020-10-05 21:44:00 -07:00
min_const_fn_libstd.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
min_const_fn_libstd_stability.rs remove const_fn feature gate from const tests 2021-04-29 09:27:45 +02:00
min_const_fn_libstd_stability.stderr Follow the diagnostic output style guide 2021-10-03 14:28:39 +09:00
min_const_fn_unsafe_bad.rs Update tests 2021-07-27 16:26:50 -04:00
min_const_fn_unsafe_bad.stderr Update tests 2021-07-27 16:26:50 -04:00
min_const_fn_unsafe_ok.rs Cherry-pick src/test changes with Centril's changes 2019-08-19 22:31:46 +01:00
min_const_unsafe_fn_libstd_stability.rs remove const_fn feature gate from const tests 2021-04-29 09:27:45 +02:00
min_const_unsafe_fn_libstd_stability.stderr Follow the diagnostic output style guide 2021-10-03 14:28:39 +09:00
min_const_unsafe_fn_libstd_stability2.rs remove const_fn feature gate from const tests 2021-04-29 09:27:45 +02:00
min_const_unsafe_fn_libstd_stability2.stderr Follow the diagnostic output style guide 2021-10-03 14:28:39 +09:00
mutable_borrow.rs Bless tests 2020-09-23 21:05:59 -07:00
mutable_borrow.stderr Bless mut tests 2020-09-29 19:20:33 -07:00
promotion.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
promotion.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00