File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 111
111
#![ feature( extended_key_value_attributes) ]
112
112
#![ feature( extern_types) ]
113
113
#![ feature( fundamental) ]
114
+ #![ cfg_attr( not( bootstrap) , feature( intra_doc_pointers) ) ]
114
115
#![ feature( intrinsics) ]
115
116
#![ feature( lang_items) ]
116
117
#![ feature( link_llvm_intrinsics) ]
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ use crate::hash::{Hash, Hasher};
48
48
/// A (possibly-wide) pointer can be put back together from its address and metadata
49
49
/// with [`from_raw_parts`] or [`from_raw_parts_mut`].
50
50
///
51
- /// [`to_raw_parts`]: < *const _> ::to_raw_parts
51
+ /// [`to_raw_parts`]: *const::to_raw_parts
52
52
#[ lang = "pointee_trait" ]
53
53
pub trait Pointee {
54
54
/// The type for metadata in pointers and references to `Self`.
Original file line number Diff line number Diff line change 276
276
#![ feature( int_error_matching) ]
277
277
#![ feature( integer_atomics) ]
278
278
#![ feature( into_future) ]
279
+ #![ cfg_attr( not( bootstrap) , feature( intra_doc_pointers) ) ]
279
280
#![ feature( lang_items) ]
280
281
#![ feature( link_args) ]
281
282
#![ feature( linkage) ]
You can’t perform that action at this time.
0 commit comments