about summary refs log tree commit diff
path: root/src/test/run-pass/consts/const-ptr-nonnull.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-17/+0
2019-06-08extra paranoid modeRalf Jung-2/+3
2019-06-08black-box the fn ptr, not the resultRalf Jung-2/+2
2019-06-08remove useless ident() functions in const tests and replace the useful ones b...Ralf Jung-6/+7
2019-04-25const-stabilize NonNull::dangling and NonNull::castSimon Sapin-2/+0
2019-02-28Make `Unique::as_ptr`, `NonNull::dangling` and `NonNull::cast` constTim-0/+17