]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/short-docblock-codeblock.rs
Merge commit '7d53619064ab7045c383644cb445052d2a3d46db' into sync_cg_clif-2023-02-09
[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() {}