We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7986bb8 commit bbd302bCopy full SHA for bbd302b
src/test/rustdoc-ui/invalid-html-tags.rs
@@ -87,3 +87,24 @@ pub fn h() {}
87
/// <!--
88
//~^ ERROR Unclosed HTML comment
89
pub fn i() {}
90
+
91
+/// hello
92
+///
93
+/// ```
94
+/// uiapp.run(&env::args().collect::<Vec<_>>());
95
96
+pub fn j() {}
97
98
+// Check that nested codeblocks are working as well
99
100
101
+/// ``````markdown
102
+/// normal markdown
103
104
105
106
107
108
+/// <Vec<_> shouldn't warn!
109
+/// ``````
110
+pub fn k() {}
0 commit comments