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

7 lines
78 B
Plaintext
Raw Normal View History

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