/src/test/compile-fail/unbalanced-comment.rs
http://github.com/jruderman/rust · Rust · 11 lines · 0 code · 2 blank · 9 comment · 0 complexity · 3a1bc4c61cc8f778e61fe0649284ab87 MD5 · raw file
- // -*- rust -*-
- // error-pattern: unterminated block comment
- /*
- * This is an un-balanced /* multi-line comment.
- */
- fn main() {
- debug!{"hello, world."};
- }