DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / vendor / wit-parser-0.219.1 / tests / ui / parse-fail / include-with-id.wit
1234567891011
package foo:foo; interface foo {} world a { import foo; } world b { include a with { foo:foo/foo as foo2 } }