blob: 880b536cd18c54987b1bbd1e3661478cc9d6d8f2 [file] [log] [blame]
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