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

9 lines
107 B
Plaintext
Raw Normal View History

package a:b;
interface foo {
@unstable(feature = not-active)
type gated = u32;
type foo = gated;
}