rustc/vendor/wit-parser-0.219.1/tests/ui/use-chain.wit
2025-01-11 15:57:26 +01:00

12 lines
107 B
Plaintext

package foo:name;
interface foo {
record foo {}
}
use foo as bar;
interface name {
use bar.{foo};
}