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 000000000000..10ae95695a2d --- /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 + +------------------------