| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -13/+0 | |
| 2022-12-31 | refactor: merge `E0465` into `E0464` | Ezra Shaw | -5/+4 | |
| 2021-10-12 | Add long explanation for E0464 | Noah Lev | -0/+1 | |
| 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. | ||||
| 2021-10-12 | Include rmeta candidates in "multiple matching crates" error | Noah Lev | -0/+3 | |
| Only dylib and rlib candidates were included in the error. I think the reason is that at the time this error was originally implemented, rmeta crate sources were represented different from dylib and rlib sources. I wrote up more detailed analysis in [this comment][1]. The new version of the code is also a bit easier to read and should be more robust to future changes since it uses `CrateSources::paths()`. [1]: https://github.com/rust-lang/rust/pull/88675#issuecomment-935282436 | ||||
| 2021-10-12 | Add test for showing rmeta candidates in error | Noah Lev | -0/+10 | |
