summary refs log tree commit diff
path: root/tests/rustdoc/blank-line-in-doc-block-47197.rs
blob: 79492b4fa769dc1feda418f2f76f061e129e353d (plain)
1
2
3
4
5
6
7
8
9
10
11
// https://github.com/rust-lang/rust/issues/47197
#![crate_name="foo"]

// @has foo/fn.whose_woods_these_are_i_think_i_know.html

/**
* snow

* ice
*/
pub fn whose_woods_these_are_i_think_i_know() {}