File: use_undefined_result.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-- 252 bytes parent folder | download
1
2
3
4
5
error: using result of rule `foo`, which does not return a value
 --> $DIR/use_undefined_result.rs:6:27
  |
6 |     rule bar() -> u32 = x:foo() { 0 } //~ ERROR using result of rule `foo`, which does not return a value
  |                           ^^^