Skip to content

Commit 07328a7

Browse files
authored
Merge pull request #66 from usbalbin/ptr_copy
Update ptr::copy_nonoverlapping
2 parents 7f22c4b + 15838a9 commit 07328a7

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)