about summary refs log tree commit diff
path: root/src/test/rustdoc
diff options
context:
space:
mode:
authorAndy Russell <arussell123@gmail.com>2019-05-13 17:18:21 -0400
committerAndy Russell <arussell123@gmail.com>2019-05-29 10:59:59 -0400
commited8a4d5bc1abd12695dba6c1c7d4f42d553aa3f1 (patch)
tree971ad869a90e5cd1da362ed9a9f1589235ce745a /src/test/rustdoc
parent81970852e172c04322cbf8ba23effabeb491c83c (diff)
downloadrust-ed8a4d5bc1abd12695dba6c1c7d4f42d553aa3f1.tar.gz
rust-ed8a4d5bc1abd12695dba6c1c7d4f42d553aa3f1.zip
upgrade rustdoc's `pulldown-cmark` to 0.5.2
Fixes #60482.
Diffstat (limited to 'src/test/rustdoc')
-rw-r--r--src/test/rustdoc/issue-60482.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/rustdoc/issue-60482.rs b/src/test/rustdoc/issue-60482.rs
new file mode 100644
index 00000000000..0fd1daa746d
--- /dev/null
+++ b/src/test/rustdoc/issue-60482.rs
@@ -0,0 +1,9 @@
+// This code caused a panic in `pulldown-cmark` 0.4.1.
+
+pub const BASIC_UNICODE: bool = true;
+
+
+/// # `BASIC_UNICODE`: `A` `|`
+/// ```text
+/// ```
+pub const BASIC_FONTS: bool = true;