diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-07-23 15:59:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-23 15:59:31 +0200 |
| commit | 6f23c08597d9348506d28305532667025e027773 (patch) | |
| tree | dc17fa414ea91e8c9c065db8f36c638ab76919bb | |
| parent | 16c10c9145b606ea323b1faa0aa935f0d19ea53b (diff) | |
| parent | 6df15a172e7cd26fa59826fbc123938fabe260bb (diff) | |
| download | rust-6f23c08597d9348506d28305532667025e027773.tar.gz rust-6f23c08597d9348506d28305532667025e027773.zip | |
Rollup merge of #144290 - makai410:summary-ups, r=jieyouxu
update tests/ui/SUMMARY.md follow-up of rust-lang/rust#143985 . r? ```````@jieyouxu```````
| -rw-r--r-- | tests/ui/SUMMARY.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/SUMMARY.md b/tests/ui/SUMMARY.md index 1aeb0fcfbea..b635b6326fc 100644 --- a/tests/ui/SUMMARY.md +++ b/tests/ui/SUMMARY.md @@ -1277,9 +1277,9 @@ See [Tracking issue for specialization (RFC 1210) #31844](https://github.com/rus Stability attributes used internally by the standard library: `#[stable()]` and `#[unstable()]`. -## `tests/ui/stable-mir-print/` +## `tests/ui/rustc_public-ir-print/` -Some tests for pretty printing of StableMIR. +Some tests for pretty printing of rustc_public's IR. ## `tests/ui/stack-protector/`: `-Z stack-protector` command line flag |
