fn choose<'a>(x: &'a str, y: &'a str) -> &'a str 表达什么?

来自 生命周期
Rust 1.98 进阶 1分钟

fn choose<'a>(x: &'a str, y: &'a str) -> &'a str 表达什么?

报告错误