Rust 有没有办法使用任何文本作为函数名?就像是:
fn 'This is the name of the function' { ... }
我发现它对测试功能很有用,其他语言也允许这样做。
rust
rust ×1