blob: 675adb88d20847452150b1d255129b2ef440341a (
plain)
1
2
3
4
5
6
7
8
|
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` here
error: aborting due to previous error
|