about summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0396.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-18/+0
2021-11-06Stabilize `const_raw_ptr_deref` for `*const T`Jacob Pratt-7/+5
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.
2020-12-19also const-check FakeReadRalf Jung-0/+11
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-07Add feature gate checksOliver Schneider-0/+2
2018-08-07Place unions, pointer casts and pointer derefs behind extra feature gatesOliver Schneider-1/+2
2018-02-08Move some E0XXX to `ui`Esteban Küber-0/+16