wit-parser 0.13.2

Tooling for parsing `*.wit` files and working with their contents.
Documentation
1
2
3
4
5
6
7
8
failed to parse package: tests/ui/parse-fail/conflicting-package

Caused by:
    package identifier `foo:b` does not match previous package name of `foo:a`
         --> tests/ui/parse-fail/conflicting-package/b.wit:1:9
          |
        1 | package foo:b;
          |         ^----