summary refs log tree commit diff
path: root/src/test/ui/parser/duplicate-visibility.stderr
blob: a0a5b66215e95b89329c402e518995129d287cd1 (plain)
1
2
3
4
5
6
7
8
error: expected one of `(`, `fn`, `static`, or `type`, found `pub`
  --> $DIR/duplicate-visibility.rs:15:9
   |
LL |     pub pub fn foo();
   |         ^^^ expected one of `(`, `fn`, `static`, or `type` here

error: aborting due to previous error