Rename tests/rustdoc into tests/rustdoc-html

This commit is contained in:
Guillaume Gomez 2026-01-03 13:06:54 +01:00
parent d9617c8d9a
commit a928f3352d
1076 changed files with 69 additions and 60 deletions

View file

@ -0,0 +1,12 @@
//@ 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.
// see https://github.com/rust-lang/rust/issues/59313
//! ```
//! fn foo() {
//! drop(async move {});
//! }
//! ```