kakoune/test/highlight/rust/comment0/in
2020-07-09 00:21:11 +08:00

9 lines
141 B
Plaintext

// make sure the color does not break
/// ```
/// # use foo;
/// foo::bar("Hello world");
/// ```
fn bar(s: &str) {
println!("{}", s);
}