DEBSOURCES
Skip Quicknav
sources / rustc / 1.70.0%2Bdfsg1-9 / tests / ui / consts / issue-28113.rs
123456789
#![allow(warnings)] const X: u8 = || -> u8 { 5 }() //~^ ERROR cannot call non-const closure //~| ERROR the trait bound ; fn main() {}