DEBSOURCES
Skip Quicknav
sources / rustc / 1.70.0%2Bdfsg1-9 / 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() {}