diff options
| author | Aaron Hill <aa1ronham@gmail.com> | 2020-06-22 13:29:04 -0400 |
|---|---|---|
| committer | Aaron Hill <aa1ronham@gmail.com> | 2020-06-22 13:29:39 -0400 |
| commit | e11b873c70129eb14a49f7f0853a334f838afcce (patch) | |
| tree | 2cc921f5cf0467c36169800c4adb8649dd3adb63 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs | |
| parent | 922ff8e485fc6d95286fcf860e05742dc8797223 (diff) | |
| download | rust-e11b873c70129eb14a49f7f0853a334f838afcce.tar.gz rust-e11b873c70129eb14a49f7f0853a334f838afcce.zip | |
Stop using old version of `syn` in `rustc-workspace-hack`
None of the tools seem to need syn 0.15.35, so we can just build syn 1.0. This was causing an issue with clippy's `compile-test` program: since multiple versions of `syn` would exist in the build directory, we would non-deterministically pick one based on filesystem iteration order. If the pre-1.0 version of `syn` was picked, a strange build error would occur (see https://github.com/rust-lang/rust/pull/73594#issuecomment-647671463) To prevent this kind of issue from happening again, we now panic if we find multiple versions of a crate in the build directly, instead of silently picking the first version we find.
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions
