about summary refs log tree commit diff
path: root/src/test/ui/const-generics/invariant.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-34/+0
2022-11-25handle assoc consts in fulfill `ConstEquate`Boxy-1/+2
2022-11-25Add empty ConstKind::Abstractkadmin-2/+2
Initial pass at expr/abstract const/s Address comments Switch to using a list instead of &[ty::Const], rm `AbstractConst` Remove try_unify_abstract_consts Update comments Add edits Recurse more More edits Prevent equating associated consts Move failing test to ui Changes this test from incremental to ui, and mark it as failing and a known bug. Does not cause the compiler to ICE, so should be ok.
2022-06-03Fully stabilize NLLJack Huey-4/+0
2022-05-22Use revisions for NLL in const-generics and matchJack Huey-0/+4
2021-11-17add const generics testlcnr-0/+33