]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/async-move-doctest.rs
Auto merge of #72208 - tmandry:fix-fuchsia-solink, r=Mark-Simulacrum
[rust.git] / src / test / rustdoc / async-move-doctest.rs
index 42723132782caafed570a131aedb93ebee40048d..2ba61388c9e3b046dbcdf01f7c5dd3c86febcd1f 100644 (file)
@@ -1,13 +1,11 @@
 // compile-flags:--test
 // edition:2018
 
-// prior to setting the default edition for the doctest pre-parser, this doctest would fail due to
-// a fatal parsing error
+// Prior to setting the default edition for the doctest pre-parser,
+// this doctest would fail due to a fatal parsing error.
 // see https://github.com/rust-lang/rust/issues/59313
 
 //! ```
-//! #![feature(async_await)]
-//!
 //! fn foo() {
 //!     drop(async move {});
 //! }