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

Fix minicore.rs link #2122

Merged
merged 2 commits into from
Nov 4, 2024
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
marxin marked this conversation as resolved.
Show resolved Hide resolved
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
marxin marked this conversation as resolved.
Show resolved Hide resolved

## Example codegen test that uses `minicore`

```rust,no_run
Expand Down