rust/tests/coverage/source/comments.rs
Aleksey Kladov 07cf62fc42 simplify tests
* change layout so that test group `foo` has source files in
`test/foo/source` and target files in `test/foo/target`.

* use significant comments to specify write mode instead of threading
  Option<WriteMode>
2016-04-05 02:45:39 +03:00

7 lines
211 B
Rust

// rustfmt-write_mode: coverage
/// Here's a doc comment!
fn main() {
// foo is bar
let foo = "bar";
// loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong comment!!!!!
}