Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のようなものを書くことは可能ですか?
fn main() { let my_string: &str = "Testing for new lines \ might work like this?"; }
言語リファレンスを正しく読んでいれば、うまくいくはずです。言語参照は、\nLF、CR、および HT を含む「追加のエスケープ」とともに、(文字列に改行を挿入するための一般的なエスケープとして) などがサポートされていると述べています。
\n