about summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0396-fixed.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-9/+0
2021-11-06Stabilize `const_raw_ptr_deref` for `*const T`Jacob Pratt-2/+2
This stabilizes dereferencing immutable raw pointers in const contexts. It does not stabilize `*mut T` dereferencing. This is placed behind the `const_raw_mut_ptr_deref` feature gate.
2021-07-14bless mir-opt, codegen, and remaining ui testsRalf Jung-2/+1
2021-02-03make const_err a future incompat lintRalf Jung-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-25Report const eval error inside the queryOliver Schneider-1/+1
2018-08-07Place unions, pointer casts and pointer derefs behind extra feature gatesOliver Schneider-0/+19