This repository was archived by the owner on Dec 29, 2022. It is now read-only.
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Is deglob deterministic? #585
Closed
Description
When a deglob refactoring gives a list of imports, is the order consistent? If not, it might cause us to intermittently fail the deglob test. See rust-lang/rust#46140 (comment) of an example fail that I cannot reproduce locally.