about summary refs log tree commit diff
path: root/src/test/ui/write-to-static-mut-in-static.stderr
AgeCommit message (Collapse)AuthorLines
2021-02-16Move some tests to more reasonable directoriesCaio-24/+0
2020-09-19Address review commentsOliver Scherer-3/+3
2020-09-19Stop using the `const_eval` query for initializers of staticsOliver Scherer-5/+1
As a side effect, we now represent most promoteds as `ConstValue::Scalar` again. This is useful because all implict promoteds are just references anyway and most explicit promoteds are numeric arguments to `asm!` or SIMD instructions.
2020-06-12fix const_prop spans and re-bless testsRalf Jung-2/+2
2020-03-24bless youRalf Jung-1/+1
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-4/+4
2018-12-25Remove licensesMark Rousskov-4/+4
2018-12-21Fix a recently introduces regressionOliver Scherer-3/+17
2018-11-19Also catch static mutation at evaluation timeOliver Scherer-7/+2
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+19