DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / vendor / wit-parser-0.219.1 / tests / ui / parse-fail / bad-gate5.wit
1234567891011
package a:b; interface a { @unstable(feature = inactive) resource a { @unstable(feature = inactive) constructor(); x: static func(); } }