DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / vendor / wit-parser-0.219.1 / tests / ui / parse-fail / bad-gate1.wit
12345678
package a:b; interface foo { @unstable(feature = not-active) type gated = u32; type foo = gated; }