Skip to content

update tests/ui/SUMMARY.md #144290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/ui/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading