DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg2-3 / vendor / wit-parser-0.219.1 / tests / ui / parse-fail / kebab-name-include.wit
12345678
package foo:foo; world foo { import a: func(); } world bar { import a: func(); } world baz { include foo; include bar; }