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