Skip to content

Commit

Permalink
Unrolled build for rust-lang#125973
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#125973 - Zalathar:pretty, r=lqd

Remove `tests/run-make-fulldeps/pretty-expanded`

This was an ancient regression test for rust-lang#12685, caused by `-Zunpretty=expanded` crashing on certain code produced by `#[derive(RustcEncodable)]`.

Given that this test predates `//@ pretty-expanded` tests, and was tied to ancient implementation details of the pretty-printer and `#[derive(RustcEncodable)]` (which the test no longer even uses), I think we can safely delete it.

---

Spotted via rust-lang#125948.
  • Loading branch information
rust-timer committed Jun 4, 2024
2 parents 23e040a + c7491a9 commit 370c38e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
4 changes: 0 additions & 4 deletions tests/run-make-fulldeps/pretty-expanded/Makefile

This file was deleted.

25 changes: 0 additions & 25 deletions tests/run-make-fulldeps/pretty-expanded/input.rs

This file was deleted.

0 comments on commit 370c38e

Please sign in to comment.