about summary refs log tree commit diff
path: root/tests/coverage-source/comments.rs
blob: 379e8e5820e52af35a27f84d35f90c273817f46b (plain)
1
2
3
4
5
6
/// Here's a doc comment!
fn main() {
    // foo is bar
    let foo = "bar";
    // loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong comment!!!!!
}