]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/short-docblock-codeblock.rs
Rollup merge of #106321 - compiler-errors:delayed-bug-backtrace, r=Nilstrieb
[rust.git] / tests / rustdoc / short-docblock-codeblock.rs
1 #![crate_name = "foo"]
2
3 // @count foo/index.html '//*[@class="item-right docblock-short"]' 0
4
5 /// ```
6 /// let x = 12;
7 /// ```
8 ///
9 /// Some text.
10 pub fn foo() {}