File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/doc/unstable-book/src/language-features Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# ` doc_masked `
22
3- The tracking issue for this feature is: [ TODO ] ( TODO )
3+ The tracking issue for this feature is: [ # 44027 ]
44
55-----
66
@@ -16,7 +16,7 @@ of trait implementations. The specifics of the feature are as follows:
16163 . When listing types that implement a given trait, rustdoc ensures that types from masked crates
1717 are not emitted into the documentation.
1818
19- This feature was introduced in PR [ TODO ] ( TODO ) to ensure that compiler-internal and
19+ This feature was introduced in PR [ # 44026 ] to ensure that compiler-internal and
2020implementation-specific types and traits were not included in the standard library's documentation.
2121Such types would introduce broken links into the documentation.
2222
@@ -35,3 +35,6 @@ pub trait MyMarker { }
3535impl MyMarker for f32 { }
3636impl MyMarker for f64 { }
3737```
38+
39+ [ #44026 ] : https://github.com/rust-lang/rust/pull/44026
40+ [ #44027 ] : https://github.com/rust-lang/rust/pull/44027
You can’t perform that action at this time.
0 commit comments