rust/src/test/ui/parser/doc-before-mod-rbrace.stderr

14 lines
399 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected item after doc comment
--> $DIR/doc-before-mod-rbrace.rs:13:5
|
LL | /// document
| ^^^^^^^^^^^^
error[E0601]: `main` function not found in crate `doc_before_mod_rbrace`
|
= note: consider adding a `main` function to `$DIR/doc-before-mod-rbrace.rs`
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0601`.