diff options
| author | Michael Howell <michael@notriddle.com> | 2023-11-23 14:56:03 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-11-23 14:56:03 -0700 |
| commit | 4f64ff171bdd00873d6cdf8301f5cdddf999832f (patch) | |
| tree | 23035d36125b10d3ed44582f0b2546a33163ca4b /tests/rustdoc/doctest-markdown-inline-parse-23744.rs | |
| parent | fdde5c77a834c8275c23648ddaca9c18adee07d4 (diff) | |
| download | rust-4f64ff171bdd00873d6cdf8301f5cdddf999832f.tar.gz rust-4f64ff171bdd00873d6cdf8301f5cdddf999832f.zip | |
rustdoc: move doctest tests to folder
Diffstat (limited to 'tests/rustdoc/doctest-markdown-inline-parse-23744.rs')
| -rw-r--r-- | tests/rustdoc/doctest-markdown-inline-parse-23744.rs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/rustdoc/doctest-markdown-inline-parse-23744.rs b/tests/rustdoc/doctest-markdown-inline-parse-23744.rs deleted file mode 100644 index 128e2daba07..00000000000 --- a/tests/rustdoc/doctest-markdown-inline-parse-23744.rs +++ /dev/null @@ -1,15 +0,0 @@ -// compile-flags:--test - -// https://github.com/rust-lang/rust/issues/23744 -#![crate_name="issue_23744"] - -/// Example of rustdoc incorrectly parsing <code>```rust,should_panic</code>. -/// -/// ```should_panic -/// fn main() { panic!("fee"); } -/// ``` -/// -/// ```rust,should_panic -/// fn main() { panic!("fum"); } -/// ``` -pub fn foo() {} |
