File tree 1 file changed +5
-2
lines changed
src/doc/unstable-book/src/language-features
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ` doc_masked `
2
2
3
- The tracking issue for this feature is: [ TODO ] ( TODO )
3
+ The tracking issue for this feature is: [ # 44027 ]
4
4
5
5
-----
6
6
@@ -16,7 +16,7 @@ of trait implementations. The specifics of the feature are as follows:
16
16
3 . When listing types that implement a given trait, rustdoc ensures that types from masked crates
17
17
are not emitted into the documentation.
18
18
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
20
20
implementation-specific types and traits were not included in the standard library's documentation.
21
21
Such types would introduce broken links into the documentation.
22
22
@@ -35,3 +35,6 @@ pub trait MyMarker { }
35
35
impl MyMarker for f32 { }
36
36
impl MyMarker for f64 { }
37
37
```
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