2017-05-06 13:08:41 +00:00
|
|
|
// @has issue_41783/struct.Foo.html
|
2022-08-12 04:44:07 +00:00
|
|
|
// @!hasraw - 'space'
|
|
|
|
// @!hasraw - 'comment'
|
2022-10-31 20:12:51 +00:00
|
|
|
// @hasraw - '<span class="attr">#[outer]'
|
|
|
|
// @!hasraw - '<span class="attr">#[outer]</span>'
|
2022-08-19 16:16:02 +00:00
|
|
|
// @hasraw - '#![inner]</span>'
|
2022-10-31 20:12:51 +00:00
|
|
|
// @!hasraw - '<span class="attr">#![inner]</span>'
|
2023-01-10 18:35:37 +00:00
|
|
|
// @snapshot 'codeblock' - '//*[@class="toggle top-doc"]/*[@class="docblock"]//pre/code'
|
2017-05-06 13:08:41 +00:00
|
|
|
|
|
|
|
/// ```no_run
|
|
|
|
/// # # space
|
|
|
|
/// # comment
|
|
|
|
/// ## single
|
|
|
|
/// ### double
|
|
|
|
/// #### triple
|
2017-08-28 14:52:49 +00:00
|
|
|
/// ##[outer]
|
|
|
|
/// ##![inner]
|
2017-05-06 13:08:41 +00:00
|
|
|
/// ```
|
|
|
|
pub struct Foo;
|