DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg2-3 / vendor / wit-component-0.219.1 / tests / targets / error-missing-import / test.wit
12345678910111213
package test:foo; interface foo { f: func(); } world foobar { export foo; } world imports { import foo; }