rust/src/tools/run-make-support
许杰友 Jieyou Xu (Joe) 7350a7fa4f
Rollup merge of #124561 - GuillaumeGomez:run-make-normalize, r=jieyouxu
Add `normalize()` in run-make `Diff` type

I need it to do the same as:

```
//@ normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME"
```

in doctests.

I need it in particular for the https://github.com/rust-lang/rust/pull/123974 PR (which contains this commit until this PR current PR is merged).

cc `@Urgau`
r? `@jieyouxu`
2024-04-30 19:29:52 +01:00
..
src Rollup merge of #124561 - GuillaumeGomez:run-make-normalize, r=jieyouxu 2024-04-30 19:29:52 +01:00
Cargo.toml Rollup merge of #124280 - beetrees:repr128-test-rmake, r=jieyouxu 2024-04-30 19:29:51 +01:00