diff options
| -rw-r--r-- | src/doc/unstable-book/src/library-features/needs-drop.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/doc/unstable-book/src/library-features/needs-drop.md b/src/doc/unstable-book/src/library-features/needs-drop.md new file mode 100644 index 00000000000..10ae95695a2 --- /dev/null +++ b/src/doc/unstable-book/src/library-features/needs-drop.md @@ -0,0 +1,7 @@ +# `needs_drop` + +The tracking issue for this feature is: [#41890] + +[#41890]: https://github.com/rust-lang/rust/issues/41890 + +------------------------ |
