rust/tests/source/issue-977.rs

8 lines
156 B
Rust
Raw Normal View History

2016-08-23 07:00:43 -05:00
// FIXME(#919)
trait NameC { /* comment */ }
struct FooC { /* comment */ }
enum MooC { /* comment */ }
mod BarC { /* comment */ }
extern { /* comment */ }