about summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/issue-49296.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-14/+0
2022-03-07Update tests after feature stabilizationEric Holk-2/+0
2021-08-27Introduce `~const`Deadbeef-11/+2
- [x] Removed `?const` and change uses of `?const` - [x] Added `~const` to the AST. It is gated behind const_trait_impl. - [x] Validate `~const` in ast_validation. - [ ] Add enum `BoundConstness` to the HIR. (With variants `NotConst` and `ConstIfConst` allowing future extensions) - [ ] Adjust trait selection and pre-existing code to use `BoundConstness`. - [ ] Optional steps (*for this PR, obviously*) - [ ] Fix #88155 - [ ] Do something with constness bounds in chalk
2021-08-13Fix testsDeadbeef-1/+3
2021-07-27Update testsJacob Pratt-1/+0
2021-06-18bless youRalf Jung-2/+1
2021-04-18move 'trait bounds on const fn' to separate feature gateRalf Jung-1/+1
2021-02-03make const_err a future incompat lintRalf Jung-0/+1
2019-08-30const-eval tests: make all unions repr(C)Ralf Jung-0/+1
2018-10-29Add UI test for #49296memoryruins-0/+23