DEBSOURCES
Skip Quicknav
sources / rustc / 1.86.0%2Bdfsg1-1 / tests / ui / typeck / autoderef-with-param-env-error.rs
123456789
fn foo() where T: Send, //~^ cannot find type `T` in this scope { let s = "abc".to_string(); } fn main() {}