blob: 313e88e812bb5342a2675a35cb1a8a390f6750f0 [file] [log] [blame]
error: expected one of `(`, `fn`, `static`, or `type`, found keyword `pub`
--> $DIR/duplicate-visibility.rs:3:9
|
LL | pub pub fn foo();
| ^^^ expected one of `(`, `fn`, `static`, or `type`
error: aborting due to previous error