rustc/vendor/wit-parser-0.219.1/tests/ui/kebab-name-include-with.wit
2025-01-11 15:57:26 +01:00

9 lines
145 B
Plaintext

package foo:foo;
world foo { import a: func(); }
world bar { import a: func(); }
world baz {
include foo with { a as b }
include bar;
}