protox 0.9.1

A rust implementation of the protobuf compiler.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
source: protox/tests/compiler.rs
assertion_line: 79
expression: "check_err(&[(\"existing.proto\", \"\"),\n(\"root.proto\",\n\"import 'existing.proto';\n        import 'existing.proto';\n        \"),])"
---
causes: []
filename: root.proto
labels:
  - label: imported here
    span:
      length: 24
      offset: 33
message: "import 'existing.proto' was listed twice"
related: []
severity: error