Skip to content
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