// @has issue_41783/struct.Foo.html // @!hasraw - 'space' // @!hasraw - 'comment' // @hasraw - '#[outer]' // @!hasraw - '#[outer]' // @hasraw - '#![inner]' // @!hasraw - '#![inner]' // @snapshot 'codeblock' - '//*[@class="rustdoc-toggle top-doc"]/*[@class="docblock"]//pre/code' /// ```no_run /// # # space /// # comment /// ## single /// ### double /// #### triple /// ##[outer] /// ##![inner] /// ``` pub struct Foo;