rust/tests/ui/consts/miri_unleashed
Matthias Krüger 3f67169a5f
Rollup merge of #120933 - RalfJung:const-check-misc, r=oli-obk
check_consts: fix duplicate errors, make importance consistent

This is stuff I noticed while working on https://github.com/rust-lang/rust/pull/120932, but it's orthogonal to that PR.

r? ``@oli-obk``
2024-02-12 18:04:09 +01:00
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
abi-mismatch.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
abi-mismatch.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
assoc_const_2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc_const_2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
assoc_const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc_const.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
box.rs Remove uses of box_syntax in rustc and tools 2023-03-12 13:19:46 +00:00
box.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
const_refers_to_static_cross_crate.32bit.stderr check_consts: fix some duplicate errors by not calling check_static unnecessarily 2024-02-11 15:12:10 +01:00
const_refers_to_static_cross_crate.64bit.stderr check_consts: fix some duplicate errors by not calling check_static unnecessarily 2024-02-11 15:12:10 +01:00
const_refers_to_static_cross_crate.rs validation: descend from consts into statics 2024-02-10 16:13:47 +01:00
const_refers_to_static.32bit.stderr check_consts: fix some duplicate errors by not calling check_static unnecessarily 2024-02-11 15:12:10 +01:00
const_refers_to_static.64bit.stderr check_consts: fix some duplicate errors by not calling check_static unnecessarily 2024-02-11 15:12:10 +01:00
const_refers_to_static.rs validation: descend from consts into statics 2024-02-10 16:13:47 +01:00
drop.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
drop.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
extern-static.rs interpret: rename ReadExternStatic → ExternStatic 2024-02-10 16:06:02 +01:00
extern-static.stderr interpret: rename ReadExternStatic → ExternStatic 2024-02-10 16:06:02 +01:00
feature-gate-unleash_the_miri_inside_of_you.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
feature-gate-unleash_the_miri_inside_of_you.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
inline_asm.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
inline_asm.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
mutable_references_err.32bit.stderr check_consts: fix some duplicate errors by not calling check_static unnecessarily 2024-02-11 15:12:10 +01:00
mutable_references_err.64bit.stderr check_consts: fix some duplicate errors by not calling check_static unnecessarily 2024-02-11 15:12:10 +01:00
mutable_references_err.rs validation: descend from consts into statics 2024-02-10 16:13:47 +01:00
mutable_references.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mutable_references.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
mutating_global.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mutating_global.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
non_const_fn.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
non_const_fn.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
ptr_arith.rs Remove unused feature from a miri test 2023-10-26 00:46:56 +00:00
ptr_arith.stderr Remove unused feature from a miri test 2023-10-26 00:46:56 +00:00
slice_eq.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
static-no-inner-mut.32bit.stderr const-eval interner: from-scratch rewrite using mutability information from provenance rather than types 2024-01-22 09:28:00 +01:00
static-no-inner-mut.64bit.stderr const-eval interner: from-scratch rewrite using mutability information from provenance rather than types 2024-01-22 09:28:00 +01:00
static-no-inner-mut.rs const-eval interner: from-scratch rewrite using mutability information from provenance rather than types 2024-01-22 09:28:00 +01:00
tls.rs interpret: rename ReadExternStatic → ExternStatic 2024-02-10 16:06:02 +01:00
tls.stderr interpret: rename ReadExternStatic → ExternStatic 2024-02-10 16:06:02 +01:00