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 111111#![ feature( extended_key_value_attributes) ]
112112#![ feature( extern_types) ]
113113#![ feature( fundamental) ]
114+ #![ cfg_attr( not( bootstrap) , feature( intra_doc_pointers) ) ]
114115#![ feature( intrinsics) ]
115116#![ feature( lang_items) ]
116117#![ feature( link_llvm_intrinsics) ]
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ use crate::hash::{Hash, Hasher};
4848/// A (possibly-wide) pointer can be put back together from its address and metadata
4949/// with [`from_raw_parts`] or [`from_raw_parts_mut`].
5050///
51- /// [`to_raw_parts`]: < *const _> ::to_raw_parts
51+ /// [`to_raw_parts`]: *const::to_raw_parts
5252#[ lang = "pointee_trait" ]
5353pub trait Pointee {
5454 /// The type for metadata in pointers and references to `Self`.
Original file line number Diff line number Diff line change 276276#![ feature( int_error_matching) ]
277277#![ feature( integer_atomics) ]
278278#![ feature( into_future) ]
279+ #![ cfg_attr( not( bootstrap) , feature( intra_doc_pointers) ) ]
279280#![ feature( lang_items) ]
280281#![ feature( link_args) ]
281282#![ feature( linkage) ]
You can’t perform that action at this time.
0 commit comments