Skip to content

Commit 2a7331a

Browse files
committed
Fix user facing string
Signed-off-by: Emmet Horgan <[email protected]>
1 parent 7ad4c6a commit 2a7331a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustc-dev-guide/src/tests/directives.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ directive.
3636
The following is a list of compiletest directives. Directives are linked to
3737
sections that describe the command in more detail if available. This list may
3838
not be exhaustive. Directives can generally be found by browsing the
39-
`TestProps` structure found in [`header.rs`] from the compiletest source.
39+
`TestProps` structure found in [`directives.rs`] from the compiletest source.
4040

41-
[`header.rs`]: https://github.com/rust-lang/rust/tree/master/src/tools/compiletest/src/directives.rs
41+
[`directives.rs`]: https://github.com/rust-lang/rust/tree/master/src/tools/compiletest/src/directives.rs
4242

4343
### Assembly
4444

0 commit comments

Comments
 (0)