]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/duplicate-visibility.stderr
Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkov
[rust.git] / src / test / ui / parser / duplicate-visibility.stderr
1 error: missing `fn`, `type`, `const`, or `static` for item declaration
2   --> $DIR/duplicate-visibility.rs:4:8
3    |
4 LL |     pub pub fn foo();
5    |        ^ missing `fn`, `type`, `const`, or `static`
6
7 error: aborting due to previous error
8