rust/tests/ui/statics
Ralf Jung 17946c22b1 const-eval error: always say in which item the error occurred
also adjust the wording a little so that we don't say "the error occurred here" for two different spans
2025-06-07 13:42:30 +02:00
..
auxiliary Move some tests out of tests/ui 2025-05-03 17:22:52 +02:00
check-immutable-mut-slices.rs
check-immutable-mut-slices.stderr
check-recursion-foreign.rs
check-values-constraints.rs
check-values-constraints.stderr
const_generics.rs
inner-static.rs Move some tests out of tests/ui 2025-05-03 17:22:52 +02:00
issue-14227.rs Use the informative error as the main const eval error message 2025-06-02 15:37:15 +00:00
issue-14227.stderr const-eval error: always say in which item the error occurred 2025-06-07 13:42:30 +02:00
issue-15261.rs
issue-15261.stderr
issue-17233.rs
issue-17718-static-sync.rs
issue-17718-static-sync.stderr
issue-17718-static-unsafe-interior.rs
issue-44373-2.rs
issue-44373.rs
issue-44373.stderr
issue-91050-1.rs
issue-91050-2.rs
missing_lifetime.rs
missing_lifetime.stderr
mutable_memory_validation.rs Use the informative error as the main const eval error message 2025-06-02 15:37:15 +00:00
mutable_memory_validation.stderr Use the informative error as the main const eval error message 2025-06-02 15:37:15 +00:00
nested-allocations-dont-inherit-codegen-attrs.rs
nested_struct.rs
nested_thread_local.rs
nested_thread_local.stderr
recursive_interior_mut.rs
static-fn-inline-xc.rs
static-fn-trait-xc.rs
static-function-pointer-xc.rs
static-function-pointer.rs
static-impl.rs
static-impl.stderr
static-method-in-trait-with-tps-intracrate.rs
static-method-xcrate.rs
static-methods-in-traits.rs
static-methods-in-traits2.rs
static-mut-shared-parens.rs
static-mut-shared-parens.stderr
static-mut-xc.rs
static-mut-xc.stderr
static-promotion.rs
static-recursive.rs
static-recursive.stderr
uninhabited-static.rs Use the informative error as the main const eval error message 2025-06-02 15:37:15 +00:00
uninhabited-static.stderr const-eval error: always say in which item the error occurred 2025-06-07 13:42:30 +02:00
unsized_type2.rs
unsized_type2.stderr
unsizing-wfcheck-issue-127299.rs Deduplicate dyn compatibility violations due to coercion 2025-05-26 10:57:54 +00:00
unsizing-wfcheck-issue-127299.stderr Deduplicate dyn compatibility violations due to coercion 2025-05-26 10:57:54 +00:00