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