DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / vendor / wit-parser-0.219.1 / tests / ui / parse-fail / bad-include2.wit
123456789
package foo:foo; world bar { include foo; } world foo { include bar; }