Files
cli/vendor/wit-parser/tests/ui/parse-fail/bad-gate2.wit

9 lines
83 B
Plaintext

package a:b;
@unstable(feature = not-active)
world a {}
world b {
include a;
}