DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb12u3 / 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() {}