Skip to content

Commit 6ee8593

Browse files
authoredMay 7, 2024··
Merge pull request #1328 from ehuss/diagnostic-link
Fix `diagnostic` attribute link.
2 parents 34e5461 + 56dbd54 commit 6ee8593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎posts/2024-05-02-Rust-1.78.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ For trait authors, this kind of diagnostic is more useful if you can provide a b
8080
pub trait Sized {}
8181
```
8282

83-
For more information, see the reference section on [the `diagnostic` tool attribute namespace](https://doc.rust-lang.org/stable/reference/attributes/diagnostics.html#the-diagnostic-tool-attribute-namespace).
83+
For more information, see the reference section on [the `diagnostic` tool attribute namespace](https://doc.rust-lang.org/nightly/reference/attributes/diagnostics.html#the-diagnostic-tool-attribute-namespace).
8484

8585
### Asserting `unsafe` preconditions
8686

0 commit comments

Comments
 (0)
Please sign in to comment.