rust/tests/ui/const-generics/adt_const_params
Matthias Krüger bb4769532b add test for const generic ty's with lifetimes cause opaque types to ICE
Fixes https://github.com/rust-lang/rust/issues/111911
2024-04-28 10:23:11 +02:00
..
const_param_ty_bad.rs adjust how closure/generator types and rvalues are printed 2023-09-21 22:20:58 +02:00
const_param_ty_bad.stderr adjust how closure/generator types and rvalues are printed 2023-09-21 22:20:58 +02:00
const_param_ty_bad_empty_array.rs Add a test for `[NotParam; 0]: ConstParamTy` (not holding) 2023-04-27 15:59:07 +00:00
const_param_ty_bad_empty_array.stderr Provide more context on derived obligation error primary label 2024-01-30 21:28:18 +00:00
const_param_ty_generic_bounds_do_not_hold.rs Add `ConstParamTy` tests 2023-04-27 15:59:07 +00:00
const_param_ty_generic_bounds_do_not_hold.stderr Provide more context on derived obligation error primary label 2024-01-30 21:28:18 +00:00
const_param_ty_good.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
const_param_ty_impl_bad_field.rs Add derive for `core::marker::ConstParamTy` 2023-05-16 20:09:25 +02:00
const_param_ty_impl_bad_field.stderr Add derive for `core::marker::ConstParamTy` 2023-05-16 20:09:25 +02:00
const_param_ty_impl_no_structural_eq.rs remove StructuralEq trait 2024-01-24 07:56:23 +01:00
const_param_ty_impl_no_structural_eq.stderr remove StructuralEq trait 2024-01-24 07:56:23 +01:00
const_param_ty_impl_union.rs remove StructuralEq trait 2024-01-24 07:56:23 +01:00
const_param_ty_impl_union.stderr remove StructuralEq trait 2024-01-24 07:56:23 +01:00
index-oob-ice-83993.rs add test for #83993 2024-04-19 23:09:37 +02:00
index-oob-ice-83993.stderr add test for #83993 2024-04-19 23:09:37 +02:00
opaque_type_with_non-universal_region_substs_ice-111911.rs add test for const generic ty's with lifetimes cause opaque types to ICE 2024-04-28 10:23:11 +02:00
opaque_type_with_non-universal_region_substs_ice-111911.stderr add test for const generic ty's with lifetimes cause opaque types to ICE 2024-04-28 10:23:11 +02:00
suggest_feature_only_when_possible.rs Provide structured suggestion for `#![feature(foo)]` 2024-03-18 16:08:58 +00:00
suggest_feature_only_when_possible.stderr Provide structured suggestion for `#![feature(foo)]` 2024-03-18 16:08:58 +00:00
transmutable-ice-110969.rs add test for Inconsistent rustc_transmute::is_transmutable(...) result, got Yes 2024-04-28 10:23:10 +02:00
transmutable-ice-110969.stderr add test for Inconsistent rustc_transmute::is_transmutable(...) result, got Yes 2024-04-28 10:23:10 +02:00