Skip to content
Merged
Changes from 1 commit
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: 3 additions & 1 deletion src/tests/minicore.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- date-check Oct 2024 -->

[`tests/auxiliary/minicore.rs`][`minicore`] is a test auxiliary for
[`minicore`] is a test auxiliary for
ui/codegen/assembly test suites. It provides `core` stubs for tests that need to
build for cross-compiled targets but do not need/want to run.

Expand All @@ -25,6 +25,8 @@ Please note that [`minicore`] is only intended for `core` items, and explicitly
range of tests.
</div>

[`minicore`]: https://github.com/rust-lang/rust/blob/master/tests/auxiliary/minicore.rs

## Example codegen test that uses `minicore`

```rust,no_run
Expand Down