rust/tests/target/issue-4020.rs

10 lines
107 B
Rust
Raw Normal View History

2020-06-11 23:17:38 -05:00
// rustfmt-wrap_comments: true
/** foobar */
const foo1: u32 = 0;
/**
* foobar
*/
const foo2: u32 = 0;