DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.70.0%2Bdfsg1-7~deb11u1 / tests / ui / typeck / issue-88803-call-expr-method.fixed
123456789
// run-rustfix fn main() { let a = Some(42); println!( "The value is {}.", a.unwrap() //~ERROR [E0615] ); }