blob: 880b536cd18c54987b1bbd1e3661478cc9d6d8f2 (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `(`, `fn`, `static`, or `type`, found `pub`
--> $DIR/duplicate-visibility.rs:3:9
|
LL | pub pub fn foo();
| ^^^ expected one of `(`, `fn`, `static`, or `type` here
error: aborting due to previous error
|