Skip to content

Commit 15838a9

Browse files
committed
Update ptr::copy_nonoverlapping with feature gate and link to tracking issue
1 parent 7f22c4b commit 15838a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/skill_tree.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,10 @@ items = []
305305
requires = ["mut_ref", "trait_impl"]
306306
307307
[[group]]
308-
label = "ptr::copy_nonoverlapping"
308+
label = "ptr::copy_nonoverlapping\nfeature:const_intrinsic_copy"
309309
name = "copy_nonoverlapping"
310310
items = []
311+
href = "https://github.com/rust-lang/rust/issues/80697"
311312
requires = ["raw_ptr_deref", "mut_ref"]
312313
313314
[[group]]

0 commit comments

Comments
 (0)