]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/rustdoc-scrape-examples-whitespace/examples/ex.rs
Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc
[rust.git] / src / test / run-make / rustdoc-scrape-examples-whitespace / examples / ex.rs
1 struct Foo;
2 impl Foo {
3   fn bar() { foobar::ok(); }
4 }
5
6 fn main() {
7   Foo::bar();
8 }