DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.70.0%2Bdfsg1-7~deb11u1 / tests / ui / consts / const-try-feature-gate.rs
123456789
// gate-test-const_try const fn t() -> Option<()> { Some(())?; //~^ error: `?` is not allowed in a `const fn` None } fn main() {}