about summary refs log tree commit diff
path: root/tests/ui/consts/const_refs_to_static_fail.rs
AgeCommit message (Expand)AuthorLines
2025-06-26const-eval: allow constants to refer to mutable/external memory, but reject s...Ralf Jung-3/+13
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-2/+3
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-2/+2
2024-09-26Stabilize `const_refs_to_static`Ding Xiang Fei-1/+3
2024-09-15stabilize const_mut_refsRalf Jung-1/+1
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-2/+2
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2024-02-10validation: descend from consts into staticsRalf Jung-3/+5
2024-02-10unstably allow constants to refer to statics and read from immutable staticsRalf Jung-0/+19