]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/issue-12834.rs
Add warnings when rustdoc html rendering differs
[rust.git] / src / test / rustdoc / issue-12834.rs
index 30dce27e7389474b386fcdfcb2a5c7da3981cf1a..48d63d9566a6202f49e18d03a5dc8c21f8ecb2e4 100644 (file)
@@ -15,7 +15,7 @@
 // @has issue_12834/fn.foo.html
 // @has - //pre 'a + b '
 
-/// ```
+/// ```text
 /// a + b ∈ Self ∀ a, b ∈ Self
 /// ```
 pub fn foo() {}