DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg2-3 / tests / ui / typeck / issue-89044-wrapped-expr-method.fixed
123456789
//@ run-rustfix fn main() { let a = Some(42); println!( "The value is {}.", (a.unwrap()) //~ERROR [E0615] ); }