blob: 0b7b8bc65bfc3fdff9e9ba421afb8ca3d790e2ca [file] [log] [blame] [edit]
//@ edition: 2021
async fn str<T>(T: &str) -> &str { &str }
//~^ ERROR mismatched types
fn main() {}