extern_absolute_paths feature breaks cargo test
(can't find crate for __test_reexports
)
#47075
Labels
A-libtest
Area: `#[test]` / the `test` library
C-bug
Category: This is a bug.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Adding
feature(extern_absolute_paths)
seems to break testing.I tried this code (
src/lib.rs
):I expected to see this happen:
cargo test
works successfully.Instead, this happened: it fails with an error.
Meta
`rustc --version --verbose`
The text was updated successfully, but these errors were encountered: