Files
cli/vendor/wit-parser/tests/ui/parse-fail/cycle.wit.result

5 lines
131 B
Plaintext
Raw Normal View History

type `foo` depends on itself
--> tests/ui/parse-fail/cycle.wit:5:14
|
5 | type foo = foo;
| ^--