about summary refs log tree commit diff
path: root/tests/ui/consts/const_refs_to_static_fail_invalid.rs
AgeCommit message (Expand)AuthorLines
2025-06-26const-eval: allow constants to refer to mutable/external memory, but reject s...Ralf Jung-4/+2
2025-06-02Use the informative error as the main const eval error messageOli Scherer-6/+3
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-3/+5
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-2/+2
2024-12-04Tweak unevaluated constant in pattern errorEsteban Küber-3/+3
2024-09-26Stabilize `const_refs_to_static`Ding Xiang Fei-1/+0
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-2/+2
2024-02-18Improve wording of static_mut_refObei Sideg-3/+3
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2024-02-12allow static_mut_ref in some tests that specifically test mutable staticsRalf Jung-1/+1
2024-02-10rebless after rebaseRalf Jung-0/+1
2024-02-10detect consts that reference extern staticsRalf Jung-5/+38
2024-02-10validation: descend from consts into staticsRalf Jung-0/+17