DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / vendor / wit-parser-0.219.1 / tests / ui / packages-single-nested.wit
123456789101112
package foo:root; package foo:name { interface i1 { type a = u32; } world w1 { import imp1: interface { use i1.{a}; } } }