rust/crates/parser/test_data/lexer/ok/single_line_comments.rs

13 lines
120 B
Rust
Raw Normal View History

#!/usr/bin/env bash
// hello
//! World
//!! Inner line doc
/// Outer line doc
//// Just a comment
//
//!
//!!
///
////