Skip to content

Commit 54e55ca

Browse files
committed
Fix minicore.rs link
1 parent 53d4920 commit 54e55ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tests/minicore.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

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

28+
[`minicore`]: https://github.com/rust-lang/rust/blob/master/tests/auxiliary/minicore.rs
29+
2830
## Example codegen test that uses `minicore`
2931

3032
```rust,no_run

0 commit comments

Comments
 (0)