about summary refs log tree commit diff
path: root/src/test/ui/consts/const-ptr-unique.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-10/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-1/+1
2019-02-28Make `Unique::as_ptr`, `NonNull::dangling` and `NonNull::cast` constTim-0/+10
Make `Unique::as_ptr` const without feature attribute as it's unstable Make `NonNull::dangling` and `NonNull::cast` const with `feature = "const_ptr_nonnull"`