forked from trinitrix/core
1
0
Fork 0
core/trixy/trixy-lang_parser/example/failing_comments.tri

14 lines
293 B
Rust

fn print(message: CommandTransferValue);
/// Some doc comment
// Some more text
nasp trinitrix {
fn hi(name: String) -> String;
}
/// Trailing doc comment (I will fail)
// That's a flat out lie, but it results in a rather nice syntax highlight compared to nothing:
// vim: syntax=rust