File: use_undefined_rule.stderr

package info (click to toggle)
rust-peg 0.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 756 kB
  • sloc: makefile: 20; sh: 12
file content (5 lines) | stat: -rw-r--r-- 152 bytes parent folder | download
1
2
3
4
5
error: undefined rule `foo`
 --> $DIR/use_undefined_rule.rs:4:18
  |
4 |     rule bar() = foo() //~ ERROR undefined rule `foo`
  |                  ^^^