summary refs log tree commit diff
path: root/src/test/ui/parser/duplicate-visibility.stderr
blob: 313e88e812bb5342a2675a35cb1a8a390f6750f0 (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`

error: aborting due to previous error