rust/tests/ui/const-generics/min_const_generics
2026-02-14 04:12:46 +00:00
..
assoc_const.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
complex-expression.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
complex-expression.stderr bless tests with new lint messages 2025-08-19 21:27:10 +02:00
complex-types.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
complex-types.stderr fix(hir_analysis/wfcheck): don't leak {type error} 2024-09-29 23:40:43 -05:00
const-evaluatable-unchecked.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
const-evaluatable-unchecked.stderr bless tests with new lint messages 2025-08-19 21:27:10 +02:00
const-expression-suggest-missing-braces-without-turbofish.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-expression-suggest-missing-braces-without-turbofish.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-expression-suggest-missing-braces.rs Automatically taint when reporting errors from ItemCtxt 2024-07-09 07:44:17 +00:00
const-expression-suggest-missing-braces.stderr Automatically taint when reporting errors from ItemCtxt 2024-07-09 07:44:17 +00:00
const_default_first.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_default_first.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
const_fn_in_generics.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
default_function_param.rs Fortify generic param default checks 2025-08-06 01:26:26 +02:00
default_function_param.stderr Fortify generic param default checks 2025-08-06 01:26:26 +02:00
default_trait_param.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
forbid-non-static-lifetimes.rs improve diagnostics and bless tests 2023-05-05 21:42:54 +01:00
forbid-non-static-lifetimes.stderr generic_const_exprs: suggest to add the feature, not use it 2023-11-30 20:59:51 +01:00
forbid-self-no-normalize.rs Use more principled check for generics in const ops 2026-01-01 18:12:34 -08:00
forbid-self-no-normalize.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
inferred_const.rs stabilize gai 2025-06-11 15:30:15 +01:00
invalid-patterns.32bit.stderr modify error comment and bless test, delete tests/ui/const-generics/generic_const_exprs/lit_type_mismatch.rs 2026-02-14 04:12:46 +00:00
invalid-patterns.64bit.stderr mGCA: Validate const literal against expected type 2026-02-14 04:12:40 +00:00
invalid-patterns.rs Use the informative error as the main const eval error message 2025-06-02 15:37:15 +00:00
macro-fail-const.rs Update ui tests with new macro early erroring 2025-07-25 23:46:28 +02:00
macro-fail-const.stderr Update ui tests with new macro early erroring 2025-07-25 23:46:28 +02:00
macro-fail.rs Update ui tests with new macro early erroring 2025-07-25 23:46:28 +02:00
macro-fail.stderr Update ui tests with new macro early erroring 2025-07-25 23:46:28 +02:00
macro.rs Allow newly added non_local_definitions lint in tests 2024-02-17 13:59:45 +01:00
param-env-eager-norm-dedup.rs add tests 2024-12-18 16:35:06 +01:00
self-ty-in-const-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
self-ty-in-const-1.stderr generic_const_exprs: suggest to add the feature, not use it 2023-11-30 20:59:51 +01:00
self-ty-in-const-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
self-ty-in-const-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
type_and_const_defaults.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00