kakoune/test/highlight/rust/comment0/in

9 lines
141 B
Plaintext
Raw Normal View History

2020-06-20 05:44:00 +02:00
// make sure the color does not break
/// ```
/// # use foo;
/// foo::bar("Hello world");
/// ```
fn bar(s: &str) {
println!("{}", s);
}