about summary refs log tree commit diff
path: root/src/test/ui/error-codes/auxiliary
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-22/+0
2022-12-31refactor: merge `E0465` into `E0464`Ezra Shaw-0/+3
2022-12-23docs/test: add UI test and long-form error docs for E0462Ezra Shaw-0/+4
2021-10-12Add long explanation for E0464Noah Lev-0/+15
The test is copied from `src/test/ui/crate-loading/crateresolve1.rs` and its auxiliary tests. I added it to the `compile_fail` code example check exemption list since it's hard if not impossible to reproduce this error in a standalone code example.