1 2 3 4 5 6
//@ edition: 2021 async fn str<T>(T: &str) -> &str { &str } //~^ ERROR mismatched types fn main() {}